3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
11 lines
298 B
Text
11 lines
298 B
Text
--- 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 "%%LOCALBASE%%/lib/X11/rgb.txt"
|
|
#else /* X11 */
|
|
#ifdef OPENWIN
|
|
#define RGBTXT "/usr/openwin/lib/rgb.txt"
|