summaryrefslogtreecommitdiff
path: root/x11/xcolors/files/patch-aa
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-23 00:37:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-23 00:37:24 +0000
commit263c3e5d2e1fdbc48160ebd3f406c93d20eed1e3 (patch)
treef416fb88bb72bde1887e9fac58678a3d1cf00fac /x11/xcolors/files/patch-aa
parentApply minor patch from the OpenBSD folks to allow this to compile and (diff)
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.
Notes
Notes: svn path=/head/; revision=5061
Diffstat (limited to '')
-rw-r--r--x11/xcolors/files/patch-aa15
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 000000000000..aaf8594fde6e
--- /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)