summaryrefslogtreecommitdiffstats
path: root/graphics/gimp-devel/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-devel/files/patch-configure')
-rw-r--r--graphics/gimp-devel/files/patch-configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure
new file mode 100644
index 000000000..f05feba3b
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-configure
@@ -0,0 +1,22 @@
+--- configure.orig Thu Oct 10 18:44:32 2002
++++ configure Fri Oct 11 12:52:28 2002
+@@ -1462,7 +1462,7 @@
+
+
+ LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
++LT_CURRENT=2
+ LT_REVISION=$GIMP_INTERFACE_AGE
+ LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
+ LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
+@@ -17657,8 +17658,8 @@
+ fi
+ fi;
+
+-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
++gimpdatadir=$datadir/$PACKAGE
++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+ gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+
+ localedir='${prefix}/${DATADIRNAME}/locale'