From 75bda0cac4e4b0587f58e1937d2dd1a2faf0b642 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 9 Feb 2000 02:01:12 +0000 Subject: [PATCH] Fix RGB_DB location to "/usr/X11R6/lib/X11/rgb". --- graphics/netpbm/patches/patch-ab | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/graphics/netpbm/patches/patch-ab b/graphics/netpbm/patches/patch-ab index bf6e575ef25..6b1fc52e65c 100644 --- a/graphics/netpbm/patches/patch-ab +++ b/graphics/netpbm/patches/patch-ab @@ -1,5 +1,14 @@ ---- pbmplus.h.orig Tue Mar 1 10:46:36 1994 -+++ pbmplus.h Mon Jan 11 00:33:32 1999 +--- pbmplus.h.orig Tue Mar 1 03:46:36 1994 ++++ pbmplus.h Tue Feb 8 18:01:26 2000 +@@ -42,7 +42,7 @@ + ** hex and decimal forms to specify colors (see ppm/pgmtoppm.1 for details). + */ + #ifndef RGB_DB +-#define RGB_DB "/usr/lib/X11/rgb" ++#define RGB_DB "/usr/X11R6/lib/X11/rgb" + /*#define RGB_DB "/usr/openwin/lib/rgb.txt"*/ + #ifdef VMS + #define RGB_DB "PBMplus_Dir:RGB.TXT" @@ -119,10 +119,12 @@ #ifndef VMS #include