wireshark/macosx-support-lib-patches/glib-pkgconfig.patch
Jörg Mayer 882d76f2b9 - Update the graphical packages
- Newer versions of glib etc require xz. At least Snow Leopard
  does not provide xz, so (unconditionally) download and install this first.
- Put in infrastructure to set up a GTK3 environment instead of GTK2
  (not active by default because configure'ing Wireshark still fails for some
  reason with GTK3 installed).

svn path=/trunk/; revision=40352
2011-12-31 16:20:47 +00:00

11 lines
349 B
Diff

--- gobject-2.0.pc.in.orig 2011-12-30 22:08:27.000000000 +0100
+++ gobject-2.0.pc.in 2011-12-30 22:09:06.000000000 +0100
@@ -7,6 +7,6 @@
Description: GLib Type, Object, Parameter and Signal Library
Requires: glib-2.0
Version: @VERSION@
-Libs: -L${libdir} -lgobject-2.0
+Libs: -L${libdir} -lgobject-2.0 -lffi
Libs.private: @LIBFFI_LIBS@
Cflags: