diff options
author | dmcmahill <dmcmahill> | 2000-06-24 01:49:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-06-24 01:49:03 +0000 |
commit | f78911b0136547042dd19a2651d5eadc0932a93b (patch) | |
tree | 4c5dbe25f9f3a4f118c71bffacef8b659a83fd66 /graphics/netpbm | |
parent | 186d82e56f489b6a48a5e092d79a0ec148f080f1 (diff) | |
download | pkgsrc-f78911b0136547042dd19a2651d5eadc0932a93b.tar.gz |
forgot to cvs add this file before previous commit...
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/patches/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag new file mode 100644 index 00000000000..d2338c00cf9 --- /dev/null +++ b/graphics/netpbm/patches/patch-ag @@ -0,0 +1,11 @@ +$NetBSD: patch-ag,v 1.3 2000/06/24 01:49:03 dmcmahill Exp $ + +--- pbmplus.h.orig Fri May 26 14:50:50 2000 ++++ pbmplus.h Fri Jun 23 21:42:25 2000 +@@ -52,5 +52,5 @@ + #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 |