diff options
author | agc <agc@pkgsrc.org> | 1998-09-04 13:13:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-04 13:13:16 +0000 |
commit | ddc354a7d928faa238b778dbbad9040520ac3ff1 (patch) | |
tree | 5de401224644948555e9844c68780086eeeb4694 /graphics/imlib/patches/patch-aa | |
parent | 7b222185cbd15a8f2366dcce964ef41b5907f388 (diff) | |
download | pkgsrc-ddc354a7d928faa238b778dbbad9040520ac3ff1.tar.gz |
Add imlib-1.7, an image manipulation library for X11, to the NetBSD
packages collection.
Diffstat (limited to 'graphics/imlib/patches/patch-aa')
-rw-r--r-- | graphics/imlib/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/imlib/patches/patch-aa b/graphics/imlib/patches/patch-aa new file mode 100644 index 00000000000..1a9b54fcac0 --- /dev/null +++ b/graphics/imlib/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1 1998/09/04 13:13:17 agc Exp $ + +Use NetBSD's libtool + +--- configure.orig Tue Sep 1 16:50:33 1998 ++++ configure Tue Sep 1 16:51:04 1998 +@@ -1209,6 +1209,7 @@ + fi + + # Always use our own libtool. ++if false; then + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + # Check for any special flags to pass to ltconfig. +@@ -1253,6 +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 + + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 |