mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
$NetBSD: patch-aa,v 1.5 2008/01/17 07:04:09 tnn Exp $
|
|
|
|
--- Imakefile.orig 1994-06-07 02:28:45.000000000 +0200
|
|
+++ Imakefile
|
|
@@ -8,12 +8,6 @@ LOCAL_LIBRARIES = XawClientLibs
|
|
OBJS = xcolors.o
|
|
SYS_LIBRARIES = -lm
|
|
|
|
-#if BuildServer
|
|
- DEFINES = -DRGB_TXT=\"$(RGBDBFILE).txt\"
|
|
-#else
|
|
- /* rgb.txt will not be installed, so find it in build tree */
|
|
- DEFINES = -DRGB_TXT=\"$(RGBSRC)/rgb.txt\"
|
|
-#endif
|
|
|
|
ComplexProgramTarget(xcolors)
|
|
InstallAppDefaults(Xcolors)
|