mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b6c4ca7011
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
--- giftrans.c.orig Fri Feb 17 03:13:25 1995
|
|
+++ giftrans.c Mon Oct 28 05:59:24 1996
|
|
@@ -150,7 +150,7 @@
|
|
|
|
#ifndef RGBTXT
|
|
#ifdef X11
|
|
-#define RGBTXT "/usr/lib/X11/rgb.txt"
|
|
+#define RGBTXT "%%X11BASE%%/lib/X11/rgb.txt"
|
|
#else /* X11 */
|
|
#ifdef OPENWIN
|
|
#define RGBTXT "/usr/openwin/lib/rgb.txt"
|