1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Make this compile even if BuildServer is not defined. The original error

that raised my attention was the tab used in place of spaces in the
!BuildServer part, but since we aren't building this inside the X Consortium
tree anyway, I believe the conditional check should be taken out.
This commit is contained in:
Satoshi Asami 1996-12-23 00:37:24 +00:00
parent fb1eb5675e
commit 263c3e5d2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5061

View File

@ -0,0 +1,15 @@
--- ./Imakefile.org Mon Jun 6 17:28:45 1994
+++ ./Imakefile Sun Dec 22 16:28:05 1996
@@ -8,12 +8,7 @@
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)