diff options
Diffstat (limited to 'graphics/netpbm/patches/patch-ag')
-rw-r--r-- | graphics/netpbm/patches/patch-ag | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag index d2338c00cf9..afcc720addc 100644 --- a/graphics/netpbm/patches/patch-ag +++ b/graphics/netpbm/patches/patch-ag @@ -1,11 +1,13 @@ -$NetBSD: patch-ag,v 1.3 2000/06/24 01:49:03 dmcmahill Exp $ +$NetBSD: patch-ag,v 1.4 2000/07/10 11:12:11 wiz Exp $ ---- pbmplus.h.orig Fri May 26 14:50:50 2000 -+++ pbmplus.h Fri Jun 23 21:42:25 2000 -@@ -52,5 +52,5 @@ +--- 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 + |