diff options
author | asami <asami@FreeBSD.org> | 1996-12-23 00:37:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-23 00:37:24 +0000 |
commit | 485d2cb42fd94c85db252acb1ce9b6ddaf09a9aa (patch) | |
tree | 5345f842766b8106b12877fb5b46fe98aa18c057 /x11/xcolors | |
parent | 2f2917a3762af799b96504af09470e1429d3fdd6 (diff) | |
download | FreeBSD-ports-485d2cb42fd94c85db252acb1ce9b6ddaf09a9aa.zip FreeBSD-ports-485d2cb42fd94c85db252acb1ce9b6ddaf09a9aa.tar.gz |
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.
Diffstat (limited to 'x11/xcolors')
-rw-r--r-- | x11/xcolors/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/xcolors/files/patch-aa b/x11/xcolors/files/patch-aa new file mode 100644 index 0000000..aaf8594 --- /dev/null +++ b/x11/xcolors/files/patch-aa @@ -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) |