summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/patches/patch-ab
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-02-08 05:57:52 +0000
committerfredb <fredb@pkgsrc.org>2001-02-08 05:57:52 +0000
commitb7c79dbff26c58e8f67e09e9655b025fac35b878 (patch)
tree091a74914e7c479ee8f891e47aedbcf522f4f26d /x11/xscreensaver/patches/patch-ab
parent2e142319a78d02c921b55001b2643a9575449367 (diff)
downloadpkgsrc-b7c79dbff26c58e8f67e09e9655b025fac35b878.tar.gz
Update to 3.28 -- new "hacks", bug fixes, configure updates for XFree86-4
and *BSD (allows to simplify the package somewhat), and revamped Screensaver Options: xscreensaver now lets you configure your DPMS settings. More detail on the web page -- http://www.jwz.org/xscreensaver/changelog.html [The README in the package currently only goes to 3.27.]
Diffstat (limited to 'x11/xscreensaver/patches/patch-ab')
-rw-r--r--x11/xscreensaver/patches/patch-ab25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/xscreensaver/patches/patch-ab b/x11/xscreensaver/patches/patch-ab
deleted file mode 100644
index 8249084f33f..00000000000
--- a/x11/xscreensaver/patches/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2000/06/02 19:45:01 fredb Exp $
-
---- hacks/Makefile.in.orig Mon Apr 3 04:04:17 2000
-+++ hacks/Makefile.in Fri Jun 2 07:53:12 2000
-@@ -30,7 +30,7 @@
- SHELL = /bin/sh
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
--INSTALL_SCRIPT = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_DIRS = @INSTALL_DIRS@
- HACKDIR = @HACKDIR@
-@@ -501,6 +501,11 @@
-
- bsod: bsod.o $(HACK_OBJS) $(GRAB)
- $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) $(XPM_LIBS) $(GRAB_LIBS)
-+
-+.if ($(MACHINE_ARCH) == arm32)
-+distort.o: distort.c
-+ $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS:S/-O2//) $(X_CFLAGS) $<
-+.endif
-
- distort: distort.o $(HACK_OBJS) $(GRAB) $(SHM)
- $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) $(GRAB_LIBS)