summaryrefslogtreecommitdiff
path: root/x11/xautolock
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-07-25 14:09:41 +0000
committertron <tron@pkgsrc.org>2003-07-25 14:09:41 +0000
commit6a93f23bbe5d7c412967cc6bb71dce88edf2f7b0 (patch)
treeed9ae6eef9b5b62c60585d9f09d4cde4098307af /x11/xautolock
parent1d8cbba226a551349ed6c3ed985e6f3d2b60c7a8 (diff)
downloadpkgsrc-6a93f23bbe5d7c412967cc6bb71dce88edf2f7b0.tar.gz
Fix build problems on systems with XFree86 4.3.0 and the "xpkgwedge"
package installed.
Diffstat (limited to 'x11/xautolock')
-rw-r--r--x11/xautolock/distinfo3
-rw-r--r--x11/xautolock/patches/patch-ab16
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)
+