[vlc-commits] contrib/gnutls: rebase pkgconfig mac patch

Felix Paul Kühne git at videolan.org
Sat Jun 4 14:34:14 CEST 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jun  4 14:33:52 2016 +0200| [ff5fc3cdcbbda2b606e805a7d03747db2347bba4] | committer: Felix Paul Kühne

contrib/gnutls: rebase pkgconfig mac patch

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff5fc3cdcbbda2b606e805a7d03747db2347bba4
---

 contrib/src/gnutls/gnutls-pkgconfig-osx.patch |   40 ++++++++++---------------
 1 file changed, 15 insertions(+), 25 deletions(-)

diff --git a/contrib/src/gnutls/gnutls-pkgconfig-osx.patch b/contrib/src/gnutls/gnutls-pkgconfig-osx.patch
index 7c83ac9..7b7cc45 100644
--- a/contrib/src/gnutls/gnutls-pkgconfig-osx.patch
+++ b/contrib/src/gnutls/gnutls-pkgconfig-osx.patch
@@ -1,5 +1,18 @@
---- a/m4/intlmacosx.m4.orig	2014-06-25 17:40:22.000000000 -0400
-+++ b/m4/intlmacosx.m4	2014-06-25 17:40:29.000000000 -0400
+diff -ru gnutls/libdane/gnutls-dane.pc.in gnutls-fixed/libdane/gnutls-dane.pc.in
+--- gnutls/libdane/gnutls-dane.pc.in	2015-03-23 08:19:23.000000000 +0100
++++ gnutls-fixed/libdane/gnutls-dane.pc.in	2016-06-04 14:25:53.000000000 +0200
+@@ -18,7 +18,7 @@
+ Description: DANE security library for the GNU system
+ URL: http://www.gnu.org/software/gnutls/
+ Version: @VERSION@
+-Libs: -L${libdir} -lgnutls-dane
++Libs: -L${libdir} -lgnutls-dane @INTL_MACOSX_LIBS@
+ Libs.private: @UNBOUND_LIBS@
+ Requires.private: gnutls
+ Cflags: -I${includedir}
+diff -ru gnutls/m4/intlmacosx.m4 gnutls-fixed/m4/intlmacosx.m4
+--- gnutls/m4/intlmacosx.m4	2015-03-23 19:23:36.000000000 +0100
++++ gnutls-fixed/m4/intlmacosx.m4	2016-06-04 14:25:53.000000000 +0200
 @@ -43,9 +43,25 @@
      AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
        [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
@@ -27,26 +40,3 @@
    fi
    AC_SUBST([INTL_MACOSX_LIBS])
  ])
-
---- a/libdane/gnutls-dane.pc.in.orig	2014-06-25 17:57:29.000000000 -0400
-+++ b/libdane/gnutls-dane.pc.in	2014-06-25 17:57:39.000000000 -0400
-@@ -19,7 +19,7 @@
- Description: DANE security library for the GNU system
- URL: http://www.gnu.org/software/gnutls/
- Version: @VERSION@
--Libs: -L${libdir} -lgnutls-dane
-+Libs: -L${libdir} -lgnutls-dane @INTL_MACOSX_LIBS@
- Libs.private: @UNBOUND_LIBS@
- Requires.private: gnutls
- Cflags: -I${includedir}
---- gnutls/lib/gnutls.pc.in.orig	2016-03-10 16:33:20.547831009 +0100
-+++ gnutls/lib/gnutls.pc.in	2016-03-10 16:33:47.747832306 +0100
-@@ -18,7 +18,7 @@
- Description: Transport Security Layer implementation for the GNU system
- URL: http://www.gnutls.org/
- Version: @VERSION@
-- at GNUTLS_REQUIRES_PRIVATE@
-+ at GNUTLS_REQUIRES_PRIVATE@ @INTL_MACOSX_LIBS@
- Cflags: -I${includedir}
- Libs:  -L${libdir} -lgnutls  @LIBZ@ @LIBINTL@ @LIBSOCKET@ -lcrypt32 @LIBPTHREAD@ @LIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@
- Requires:  



More information about the vlc-commits mailing list