diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2011-12-10 09:48:59 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2011-12-10 09:48:59 +0000 |
commit | 08a00ee1da0f108cd9e69a7589c6de870304d4cf (patch) | |
tree | 5074893158110672e1e193693ec246333b6a99d6 /macosx-support-lib-patches | |
parent | baa8f66c738d418982f2057606eb513960548055 (diff) | |
download | wireshark-08a00ee1da0f108cd9e69a7589c6de870304d4cf.tar.gz wireshark-08a00ee1da0f108cd9e69a7589c6de870304d4cf.tar.bz2 wireshark-08a00ee1da0f108cd9e69a7589c6de870304d4cf.zip |
Update some support libs to newer version.
svn path=/trunk/; revision=40145
Diffstat (limited to 'macosx-support-lib-patches')
-rw-r--r-- | macosx-support-lib-patches/glib-pkgconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx-support-lib-patches/glib-pkgconfig.patch b/macosx-support-lib-patches/glib-pkgconfig.patch index 37eb2a6862..b8c66c7e26 100644 --- a/macosx-support-lib-patches/glib-pkgconfig.patch +++ b/macosx-support-lib-patches/glib-pkgconfig.patch @@ -3,7 +3,7 @@ @@ -7,6 +7,6 @@ Description: GLib Type, Object, Parameter and Signal Library Requires: glib-2.0,gthread-2.0 - Version: 2.29.8 + Version: 2.31.2 -Libs: -L${libdir} -lgobject-2.0 +Libs: -L${libdir} -lgobject-2.0 -lffi Libs.private: -L/usr/lib |