diff options
author | agc <agc@pkgsrc.org> | 1999-08-23 14:17:03 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-23 14:17:03 +0000 |
commit | 5a9ab49e1fb670a6b287be59677786b50da0c1c0 (patch) | |
tree | 336cfff40e3b37f5420ca777496d3769586b8f47 /x11/scwm/patches | |
parent | d6df09b4213589719887055b548ff7fbea764646 (diff) | |
download | pkgsrc-5a9ab49e1fb670a6b287be59677786b50da0c1c0.tar.gz |
Initial import of scwm, a highly configurable X11 window manager based on
guile/scheme, into the NetBSD packages collection.
Diffstat (limited to 'x11/scwm/patches')
-rw-r--r-- | x11/scwm/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/scwm/patches/patch-aa b/x11/scwm/patches/patch-aa new file mode 100644 index 00000000000..db8ae3e59a8 --- /dev/null +++ b/x11/scwm/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/08/23 14:17:03 agc Exp $ + +Use NetBSD's pkglibtool + +--- configure 1999/08/23 13:51:56 1.1 ++++ configure 1999/08/23 13:54:16 +@@ -1697,6 +1697,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -1742,6 +1743,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 + + + |