diff options
Diffstat (limited to 'graphics/gimp-devel/files/patch-ah')
-rw-r--r-- | graphics/gimp-devel/files/patch-ah | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/graphics/gimp-devel/files/patch-ah b/graphics/gimp-devel/files/patch-ah index 95af0d629b7f..267a91fa0f0d 100644 --- a/graphics/gimp-devel/files/patch-ah +++ b/graphics/gimp-devel/files/patch-ah @@ -1,5 +1,29 @@ ---- configure.orig Fri Feb 11 10:32:12 2000 -+++ configure Sat Feb 19 13:51:36 2000 +--- configure.orig Sat Mar 4 10:23:00 2000 ++++ configure Sun Apr 2 21:42:36 2000 +@@ -1494,8 +1494,8 @@ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ + LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ + DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ ++${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ ++$libtool_flags --no-verify --disable-ltlibs --release-ignore /usr/local/share/libtool/ltmain.sh $lt_target \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + + # Reload cache, that may have been modified by ltconfig +@@ -1509,10 +1509,10 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs --release-ignore /usr/local/share/libtool/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL="/usr/local/bin/libtool" + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. @@ -3480,7 +3480,11 @@ cat conftest.$ac_ext >&5 rm -rf conftest* @@ -22,7 +46,7 @@ localedir='${prefix}/${DATADIRNAME}/locale' brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` -@@ -8561,10 +8565,6 @@ +@@ -8563,10 +8567,6 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac |