blob: afcc720addcc86ef9dfa52eec9405b7d30c2c3d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.4 2000/07/10 11:12:11 wiz Exp $
--- pbmplus.h.orig Mon Jun 19 21:24:29 2000
+++ pbmplus.h Sun Jul 9 23:51:24 2000
@@ -51,7 +51,7 @@
#define RGB_DB1 "PBMplus_Dir:RGB.TXT"
#define RGB_DB2 "PBMplus_Dir:RGB.TXT"
#else
-#define RGB_DB1 "/usr/lib/X11/rgb.txt"
+#define RGB_DB1 "@X11BASE@/lib/X11/rgb.txt"
#define RGB_DB2 "/usr/openwin/lib/rgb.txt"
#endif
|