diff options
Diffstat (limited to 'x11/gtk/patches/patch-ab')
-rw-r--r-- | x11/gtk/patches/patch-ab | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/x11/gtk/patches/patch-ab b/x11/gtk/patches/patch-ab index 32e08c37636..6fd5fd8dd9c 100644 --- a/x11/gtk/patches/patch-ab +++ b/x11/gtk/patches/patch-ab @@ -1,11 +1,19 @@ ---- configure.orig Sat Jun 6 20:45:12 1998 -+++ configure Sat Jun 6 20:45:37 1998 -@@ -638,7 +638,7 @@ - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' +--- glib/configure.orig Tue Jun 2 01:31:43 1998 ++++ glib/configure Sat Jul 18 10:48:59 1998 +@@ -1208,6 +1208,7 @@ + echo "$ac_t""no" 1>&6 + fi ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' --test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' -+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' +@@ -1253,7 +1254,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +- ++fi - echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 - echo "configure:645: checking whether build environment is sane" >&5 + echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 + echo "configure:1260: checking whether to enable maintainer-specific portions of Makefiles" >&5 |