summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-configure')
-rw-r--r--graphics/gimp-app-devel/files/patch-configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure
deleted file mode 100644
index f05feba3bfe1..000000000000
--- a/graphics/gimp-app-devel/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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'