wireshark/macosx-support-lib-patches/gnutls-pkgconfig.patch
Guy Harris 9659cc77e8 Patch GnuTLS's pkg-config file; it says "requires zlib", but OS X, while
it supplies zlib, doesn't supply a pkgconfig file for it, so we don't
want it to say "requires zlib".

This script is part of the Wireshark source, so giving "download
Wireshark source" as the next step doesn't make sense.

svn path=/trunk/; revision=38055
2011-07-15 23:26:22 +00:00

11 lines
374 B
Diff

*** gnutls.pc.orig 2011-07-15 15:02:32.000000000 -0700
--- gnutls.pc 2011-07-15 15:02:42.000000000 -0700
***************
*** 21,25 ****
Version: 2.12.7
Libs: -L${libdir} -lgnutls
Libs.private: -L/usr/local/lib -lgcrypt -L/usr/local/lib -lgpg-error -L/usr/local/lib -lintl -liconv -lc -R/usr/local/lib
- Requires.private: zlib
Cflags: -I${includedir}
--- 21,24 ----