summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-ae
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /x11-toolkits/gtk30/files/patch-ae
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Notes
Notes: svn path=/head/; revision=21673 svn path=/tags/RELEASE_3_3_0/; revision=21674; tag=release/3.3.0
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-ae')
-rw-r--r--x11-toolkits/gtk30/files/patch-ae43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae
deleted file mode 100644
index c241c2e075a6..000000000000
--- a/x11-toolkits/gtk30/files/patch-ae
+++ /dev/null
@@ -1,43 +0,0 @@
---- 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 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
-@@ -3699,7 +3699,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
-- INTLLIBS=-lintl
-+ INTLLIBS="-lintl -lxpg4"
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
- fi
-
-@@ -4446,6 +4446,7 @@
- glib_thread_cflags="$GLIB_CFLAGS"
- glib_libs=`$GLIB_CONFIG glib gmodule --libs`
- glib_thread_libs="$GLIB_LIBS"
-+ GLIB_CFLAGS="$glib_cflags"
- GLIB_LIBS="$glib_libs"
- GLIB_DEPLIBS="$glib_libs"
- else