mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
487 B
Plaintext
17 lines
487 B
Plaintext
$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)
|
|
|