diff options
author | tron <tron@pkgsrc.org> | 2001-10-24 14:04:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-24 14:04:54 +0000 |
commit | cc80bf8c9060e6f9c98e318c37e1b1b4c46ea3f6 (patch) | |
tree | 8a55abc2887b0bd3a997d4a0b31a436a4637874a /x11/xscreensaver/patches/patch-aa | |
parent | 7f54f20b19546e647f540776a8072e8ee041a5e7 (diff) | |
download | pkgsrc-cc80bf8c9060e6f9c98e318c37e1b1b4c46ea3f6.tar.gz |
Remove a stupid assignment of "INSTALL_SCRIPT" in "configure" which caused
a "make reinstall" of the "xscreensaver" and the "xscreensaver-gnome"
package to fail.
Diffstat (limited to 'x11/xscreensaver/patches/patch-aa')
-rw-r--r-- | x11/xscreensaver/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xscreensaver/patches/patch-aa b/x11/xscreensaver/patches/patch-aa new file mode 100644 index 00000000000..6dd69ce21e2 --- /dev/null +++ b/x11/xscreensaver/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.13 2001/10/24 14:05:48 tron Exp $ + +--- configure.orig Mon Jun 4 01:43:39 2001 ++++ configure Wed Oct 24 15:59:51 2001 +@@ -1531,7 +1531,7 @@ + # implement the "install-strip" target properly (strip executables, + # but do not try to strip scripts.) + # +-INSTALL_SCRIPT='${INSTALL}' ++#INSTALL_SCRIPT='${INSTALL}' + + # random libc stuff + echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |