summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-07-02 15:23:12 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-07-02 15:23:12 +0000
commit1cb6a72f6c2f4c4db925b06d96c51dd9eb416bcf (patch)
tree29540196b97cd3dfb836e36f49f7971a4f2b2e1b /x11/xscreensaver/patches
parentc97ade5cd25171cf434a544f96621fc74fdb9047 (diff)
downloadpkgsrc-1cb6a72f6c2f4c4db925b06d96c51dd9eb416bcf.tar.gz
Update xscreensaver to 3.16.
Diffstat (limited to 'x11/xscreensaver/patches')
-rw-r--r--x11/xscreensaver/patches/patch-ab19
1 files changed, 15 insertions, 4 deletions
diff --git a/x11/xscreensaver/patches/patch-ab b/x11/xscreensaver/patches/patch-ab
index 26543110391..96f975f6418 100644
--- a/x11/xscreensaver/patches/patch-ab
+++ b/x11/xscreensaver/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 1999/01/05 11:34:39 frueauf Exp $
+$NetBSD: patch-ab,v 1.2 1999/07/02 15:23:13 frueauf Exp $
---- hacks/Makefile.in-orig Sun Nov 22 09:00:56 1998
-+++ hacks/Makefile.in Tue Jan 5 02:17:55 1999
-@@ -41,7 +41,7 @@
+--- hacks/Makefile.in.orig Thu Jun 24 01:00:24 1999
++++ hacks/Makefile.in Wed Jun 30 18:33:52 1999
+@@ -42,7 +42,7 @@
# Note: see comment in ../driver/Makefile.in for explanation of X_LIBS, etc.
#
HACK_PRE = $(LIBS) $(X_LIBS)
@@ -11,3 +11,14 @@ $NetBSD: patch-ab,v 1.1 1999/01/05 11:34:39 frueauf Exp $
HACK_LIBS = $(HACK_PRE) @HACK_LIBS@ $(HACK_POST)
XPM_LIBS = $(HACK_PRE) @XPM_LIBS@ @HACK_LIBS@ $(HACK_POST)
XLOCK_LIBS = $(HACK_LIBS)
+@@ -181,8 +181,8 @@
+ else \
+ p=$(srcdir)/$$program ; \
+ fi ; \
+- echo $(INSTALL_PROGRAM) $$p $(HACKDIR)/$$program ; \
+- $(INSTALL_PROGRAM) $$p $(HACKDIR)/$$program ; \
++ echo $(INSTALL) -c -o root -g wheel -m 555 $$p $(HACKDIR)/$$program ; \
++ $(INSTALL) -c -o root -g wheel -m 555 $$p $(HACKDIR)/$$program ; \
+ done
+
+ munge-scripts: $(SCRIPTS)