diff options
Diffstat (limited to 'graphics/gimp1/files/patch-configure')
-rw-r--r-- | graphics/gimp1/files/patch-configure | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/gimp1/files/patch-configure b/graphics/gimp1/files/patch-configure new file mode 100644 index 000000000..4d64eb9d8 --- /dev/null +++ b/graphics/gimp1/files/patch-configure @@ -0,0 +1,30 @@ +--- configure.orig Mon May 19 18:46:21 2003 ++++ configure Sat May 31 19:37:03 2003 +@@ -1475,7 +1475,7 @@ + GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION + + 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` +@@ -7535,6 +7535,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -18639,8 +18640,8 @@ + + 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' |