diff options
Diffstat (limited to 'x11')
-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 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) |