aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/netpbm/files/patch-aj
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-05-21 08:41:19 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-05-21 08:41:19 +0000
commit1d2f1407863bb537a8b903809686de515972a863 (patch)
treea1809169e30ff7f7f117f8a91e93dde34d83891f /graphics/netpbm/files/patch-aj
parente8d67e876a04c7f54dcfe46534699c614d5c8a6d (diff)
Update to version 9.2.
PR: ports/18676 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/netpbm/files/patch-aj')
-rw-r--r--graphics/netpbm/files/patch-aj18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/netpbm/files/patch-aj b/graphics/netpbm/files/patch-aj
index a2cb1fb0755f..ac1d1183de2a 100644
--- a/graphics/netpbm/files/patch-aj
+++ b/graphics/netpbm/files/patch-aj
@@ -1,5 +1,5 @@
---- pbmplus.h.orig Sat May 6 16:37:46 2000
-+++ pbmplus.h Mon May 8 00:00:00 2000
+--- pbmplus.h.orig Mon May 8 05:00:47 2000
++++ pbmplus.h Sat May 20 00:00:00 2000
@@ -25,6 +25,9 @@
#include <errno.h>
#endif
@@ -19,16 +19,16 @@
/* #define SYSV */
/* #define MSDOS */
/* #define AMIGA */
-@@ -50,7 +53,7 @@
- might be already set right now. I couldn't figure out how, so I changed
- their meanings and they are now set unconditionally. -Bryan 00.05.03.
- */
+@@ -54,7 +57,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"
- #ifdef VMS
- #define RGB_DB1 "PBMplus_Dir:RGB.TXT"
-@@ -286,37 +289,6 @@
+ #endif
+
+@@ -285,37 +288,6 @@
int pm_writelittleshort ARGS(( FILE* out, short s ));
int pm_readlittlelong ARGS(( FILE* in, long* lP ));
int pm_writelittlelong ARGS(( FILE* out, long l ));