From 882d76f2b9041b3bb5e0e7d8acbf8f1749bbd767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 31 Dec 2011 16:20:47 +0000 Subject: - 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 --- macosx-support-lib-patches/glib-pkgconfig.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'macosx-support-lib-patches/glib-pkgconfig.patch') 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: -- cgit v1.2.1