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 | |
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')
-rw-r--r-- | graphics/imlib/patches/patch-aa | 22 | ||||
-rw-r--r-- | graphics/imlib/patches/patch-ab | 16 |
2 files changed, 38 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 diff --git a/graphics/imlib/patches/patch-ab b/graphics/imlib/patches/patch-ab new file mode 100644 index 00000000000..57091a06c9b --- /dev/null +++ b/graphics/imlib/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 1998/09/04 13:13:17 agc Exp $ + +Try as I might, passing things through the environment, this always +ends up like this... + +--- Makefile.in 1998/09/01 17:14:00 1.1 ++++ Makefile.in 1998/09/01 17:14:54 +@@ -48,7 +48,7 @@ + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT} + transform = @program_transform_name@ + + NORMAL_INSTALL = : |