aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches/glib-pkgconfig.patch
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-12-31 16:20:47 +0000
committerJörg Mayer <jmayer@loplof.de>2011-12-31 16:20:47 +0000
commit882d76f2b9041b3bb5e0e7d8acbf8f1749bbd767 (patch)
treebdf1ee3149fef2645b5dbf91891fdffe17c88197 /macosx-support-lib-patches/glib-pkgconfig.patch
parent34c702458beb87733916aa2ef751643951be6065 (diff)
- 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
Diffstat (limited to 'macosx-support-lib-patches/glib-pkgconfig.patch')
-rw-r--r--macosx-support-lib-patches/glib-pkgconfig.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx-support-lib-patches/glib-pkgconfig.patch b/macosx-support-lib-patches/glib-pkgconfig.patch
index b8c66c7e26..077614605d 100644
--- a/macosx-support-lib-patches/glib-pkgconfig.patch
+++ b/macosx-support-lib-patches/glib-pkgconfig.patch
@@ -1,10 +1,10 @@
---- gobject-2.0.pc.orig 2011-06-26 16:07:00.000000000 +0200
-+++ gobject-2.0.pc 2011-06-26 16:07:11.000000000 +0200
+--- 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,gthread-2.0
- Version: 2.31.2
+ Requires: glib-2.0
+ Version: @VERSION@
-Libs: -L${libdir} -lgobject-2.0
+Libs: -L${libdir} -lgobject-2.0 -lffi
- Libs.private: -L/usr/lib
+ Libs.private: @LIBFFI_LIBS@
Cflags: