summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk12/files/patch-ae
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 00:55:13 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 00:55:13 +0800
commit2e35a4f026ad6019b5c15650f66e3642c491f502 (patch)
tree9e1eda29566712652cd0b0093db711e0e4dc3966 /x11-toolkits/gtk12/files/patch-ae
parenta89d3ae00c9679c9f929d3a93a484027d5c79933 (diff)
downloadmarcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar
marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.gz
marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.bz2
marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.lz
marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.xz
marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.zst
marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6640 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-ae')
-rw-r--r--x11-toolkits/gtk12/files/patch-ae34
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/files/patch-ae b/x11-toolkits/gtk12/files/patch-ae
new file mode 100644
index 000000000..c29a6955e
--- /dev/null
+++ b/x11-toolkits/gtk12/files/patch-ae
@@ -0,0 +1,34 @@
+--- 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
+@@ -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