diff options
-rw-r--r-- | x11/xautolock/distinfo | 3 | ||||
-rw-r--r-- | x11/xautolock/patches/patch-ab | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/x11/xautolock/distinfo b/x11/xautolock/distinfo index 3030f706572..538ab8ea9db 100644 --- a/x11/xautolock/distinfo +++ b/x11/xautolock/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:07:49 skrll Exp $ +$NetBSD: distinfo,v 1.3 2003/07/25 14:09:41 tron Exp $ SHA1 (xautolock-pl15.tgz) = 5bc632141a4cf76fb6453921f34c2f493a1ff08d Size (xautolock-pl15.tgz) = 39240 bytes SHA1 (patch-aa) = 5f7090a0d9b434da9ec07e651db7214b312b61df +SHA1 (patch-ab) = 1299556b89466018de5553febe4bed8df8eab09d diff --git a/x11/xautolock/patches/patch-ab b/x11/xautolock/patches/patch-ab new file mode 100644 index 00000000000..b5a4a94497b --- /dev/null +++ b/x11/xautolock/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2003/07/25 14:09:42 tron Exp $ + +--- Imakefile.orig 1999-02-15 21:00:11.000000000 +0100 ++++ Imakefile 2003-07-25 16:07:31.000000000 +0200 +@@ -53,11 +53,9 @@ + #if HasScreenSaver + HASSAVER = -DHasScreenSaver + SAVERLIB = $(XSSLIB) +- DEPSAVERLIB = $(DEPXSSLIB) + #endif + + LOCAL_LIBRARIES = $(SAVERLIB) $(XLIB) +- DEPLIBS = $(DEPSAVERLIB) $(DEPXLIB) + DEFINES = $(PROTOTYPES) $(VOIDSIGNAL) $(VFORK) \ + $(HASXIDLE) $(HASSAVER) + |