]> git.pld-linux.org Git - packages/netpbm.git/blame - netpbm-rgb-path.patch
- ghost soname symlinks
[packages/netpbm.git] / netpbm-rgb-path.patch
CommitLineData
3a42c377 1--- netpbm-10.34/pm_config.in.h~ 2006-06-17 21:58:23.000000000 +0200
2+++ netpbm-10.34/pm_config.in.h 2007-08-17 13:40:40.000000000 +0200
3@@ -67,8 +67,8 @@
4 #define RGB_DB2 "PBMplus_Dir:RGB.TXT"
5 #define RGB_DB3 "PBMplus_Dir:RGB.TXT"
6 #else
7-#define RGB_DB1 "/usr/lib/X11/rgb.txt"
8-#define RGB_DB2 "/usr/openwin/lib/rgb.txt"
9+#define RGB_DB1 "/usr/share/X11/rgb.txt"
10+#define RGB_DB2 "/usr/lib/X11/rgb.txt"
11 #define RGB_DB3 "/usr/X11R6/lib/X11/rgb.txt"
12 #endif
13
14--- netpbm-10.34/netpbm.sourceforge.net/doc/libppm.html~ 2003-03-21 17:22:54.000000000 +0100
15+++ netpbm-10.34/netpbm.sourceforge.net/doc/libppm.html 2007-08-17 13:42:28.000000000 +0200
16@@ -453,8 +453,8 @@
17 is not set, Netpbm defaults to the first existing file from this list:
18
19 <ol>
20+<li><b>/usr/share/X11/rgb.txt</b>
21 <li><b>/usr/lib/X11/rgb.txt</b>
22-<li><b>/usr/openwinlib/rgb.txt</b>
23 <li><b>/usr/X11R6/lib/X11/rgb.txt</b>
24 </ol>
25
This page took 0.149894 seconds and 4 git commands to generate.