aboutsummaryrefslogtreecommitdiffstats
path: root/main/libgit2/libressl.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2017-12-01 05:30:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-16 01:55:38 +0100
commitaa5d8f79338f88702decde530357b3fa50e22427 (patch)
tree27d429de1efff410b4d0cf7265751d7036004ccd /main/libgit2/libressl.patch
parentc394e557d4cf409af13fc92dbc22b68d309d218f (diff)
downloadaports-aa5d8f79338f88702decde530357b3fa50e22427.tar.bz2
aports-aa5d8f79338f88702decde530357b3fa50e22427.tar.xz
main/libgit2: upgrade to 0.26.0 and modernize abuild
Diffstat (limited to 'main/libgit2/libressl.patch')
-rw-r--r--main/libgit2/libressl.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/libgit2/libressl.patch b/main/libgit2/libressl.patch
deleted file mode 100644
index 967cdc4982..0000000000
--- a/main/libgit2/libressl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru src.orig/libgit2-0.25.1/src/openssl_stream.h src/libgit2-0.25.1/src/openssl_stream.h
---- libgit2-0.25.1/src/copenssl_stream.h.orig
-+++ libgit2-0.25.1/src/openssl_stream.h
-@@ -27,7 +27,7 @@
-
-
-
--# if OPENSSL_VERSION_NUMBER < 0x10100000L
-+# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
-
- GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
- {