[vlc-devel] [PATCH] contrib: gnutls: reorder OS X pkgconfig patch
Sean McGovern
gseanmcg at gmail.com
Sun Aug 31 22:14:27 CEST 2014
---
The 'Libs:' entry in the gnutls pkg-config was moved
to 'Libs.private'
---
contrib/src/gnutls/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 6cafdb6..6b9ac57 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -28,10 +28,10 @@ endif
$(APPLY) $(SRC)/gnutls/gnutls-no-egd.patch
$(APPLY) $(SRC)/gnutls/read-file-limits.h.patch
$(APPLY) $(SRC)/gnutls/mac-keychain-lookup.patch
+ $(call pkg_static,"lib/gnutls.pc.in")
ifdef HAVE_MACOSX
$(APPLY) $(SRC)/gnutls/gnutls-pkgconfig-osx.patch
endif
- $(call pkg_static,"lib/gnutls.pc.in")
$(UPDATE_AUTOCONFIG)
$(MOVE)
--
1.8.5.2 (Apple Git-48)
More information about the vlc-devel
mailing list