diff options
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-ae')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-ae | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae index c241c2e..1626198 100644 --- a/x11-toolkits/gtk30/files/patch-ae +++ b/x11-toolkits/gtk30/files/patch-ae @@ -1,21 +1,6 @@ ---- configure.orig Tue May 11 05:42:09 1999 -+++ configure Mon May 17 22:59:13 1999 -@@ -606,10 +606,10 @@ - - - # libtool versioning --LT_RELEASE=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION --LT_CURRENT=`expr $GTK_MICRO_VERSION - $GTK_INTERFACE_AGE` --LT_REVISION=$GTK_INTERFACE_AGE --LT_AGE=`expr $GTK_BINARY_AGE - $GTK_INTERFACE_AGE` -+LT_RELEASE=12 -+LT_CURRENT=2 -+LT_REVISION=0 -+LT_AGE=0 - - - -@@ -3689,7 +3689,7 @@ +--- configure.orig Tue Jul 18 13:28:55 2000 ++++ configure Tue Jul 18 13:31:30 2000 +@@ -3821,7 +3821,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* CATOBJEXT=.mo @@ -24,7 +9,7 @@ fi rm -f conftest* INSTOBJEXT=.mo -@@ -3699,7 +3699,7 @@ +@@ -3831,7 +3831,7 @@ # Added by Martin Baulig 12/15/98 for libc5 systems if test "$gt_cv_func_dgettext_libc" != "yes" \ && test "$gt_cv_func_dgettext_libintl" = "yes"; then @@ -33,9 +18,9 @@ LIBS=`echo $LIBS | sed -e 's/-lintl//'` fi -@@ -4446,6 +4446,7 @@ +@@ -4598,6 +4598,7 @@ glib_thread_cflags="$GLIB_CFLAGS" - glib_libs=`$GLIB_CONFIG glib gmodule --libs` + glib_libs=`$GLIB_CONFIG_2_0 glib gobject gmodule --libs` glib_thread_libs="$GLIB_LIBS" + GLIB_CFLAGS="$glib_cflags" GLIB_LIBS="$glib_libs" |