diff options
Diffstat (limited to 'graphics/xsane/patches/patch-aa')
-rw-r--r-- | graphics/xsane/patches/patch-aa | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/graphics/xsane/patches/patch-aa b/graphics/xsane/patches/patch-aa new file mode 100644 index 00000000000..d58e067ffc1 --- /dev/null +++ b/graphics/xsane/patches/patch-aa @@ -0,0 +1,42 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/04/06 05:57:31 rh Exp $ + +--- configure.orig Mon Mar 22 16:39:21 1999 ++++ configure Mon Apr 5 19:20:54 1999 +@@ -9,7 +9,7 @@ + + # Defaults: + ac_help= +-ac_default_prefix=/usr/local ++ac_default_prefix=${PREFIX} + # Any additions from configure.in: + ac_help="$ac_help + --enable-shared build shared libraries [default=yes] +@@ -2698,6 +2698,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -2743,6 +2744,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 + + + +@@ -3931,10 +3933,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + + echo creating "$ac_file" + rm -f "$ac_file" |