diff options
author | bouyer <bouyer> | 1998-01-23 11:42:19 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1998-01-23 11:42:19 +0000 |
commit | 44484bf4fddd335109b94f2b657f7fe3e2d4a08c (patch) | |
tree | 18f6787a8ed65c7ab7e799b5dc1c137b3eccfa53 /x11/xcolors/patches | |
parent | b9fe5b2ad91cdb0fdc9dee7dea2a720087f15e76 (diff) | |
download | pkgsrc-44484bf4fddd335109b94f2b657f7fe3e2d4a08c.tar.gz |
Import from the FreeBSD port collection.
Diffstat (limited to 'x11/xcolors/patches')
-rw-r--r-- | x11/xcolors/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/xcolors/patches/patch-aa b/x11/xcolors/patches/patch-aa new file mode 100644 index 00000000000..aaf8594fde6 --- /dev/null +++ b/x11/xcolors/patches/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) |