summaryrefslogtreecommitdiff
path: root/x11/xcolors/patches
diff options
context:
space:
mode:
authorbouyer <bouyer>1998-01-23 11:42:19 +0000
committerbouyer <bouyer>1998-01-23 11:42:19 +0000
commit44484bf4fddd335109b94f2b657f7fe3e2d4a08c (patch)
tree18f6787a8ed65c7ab7e799b5dc1c137b3eccfa53 /x11/xcolors/patches
parentb9fe5b2ad91cdb0fdc9dee7dea2a720087f15e76 (diff)
downloadpkgsrc-44484bf4fddd335109b94f2b657f7fe3e2d4a08c.tar.gz
Import from the FreeBSD port collection.
Diffstat (limited to 'x11/xcolors/patches')
-rw-r--r--x11/xcolors/patches/patch-aa15
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)