diff options
author | tron <tron@pkgsrc.org> | 1999-01-10 23:52:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-10 23:52:15 +0000 |
commit | f9cc3e2fe3166bc53d24920d40a75616a15b5e82 (patch) | |
tree | 99d3147289899b06709d968bf62d94403c80f9c3 /graphics/netpbm/patches/patch-ad | |
parent | 4aba3cc51f80d0cac59ec6837b5ac9348cb65567 (diff) | |
download | pkgsrc-f9cc3e2fe3166bc53d24920d40a75616a15b5e82.tar.gz |
Major cleanup of "netpbm" package based on patches supply by
John F. Woods in PR pkg/6763 and Rob Windsor in PR pkg/6779.
Diffstat (limited to 'graphics/netpbm/patches/patch-ad')
-rw-r--r-- | graphics/netpbm/patches/patch-ad | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad index e3b23ec8647..f9baf19cb7f 100644 --- a/graphics/netpbm/patches/patch-ad +++ b/graphics/netpbm/patches/patch-ad @@ -1,12 +1,13 @@ -$NetBSD: patch-ad,v 1.6 1998/08/07 10:40:50 agc Exp $ +$NetBSD: patch-ad,v 1.7 1999/01/10 23:52:16 tron Exp $ ---- pbmplus.h.orig Sat Jun 20 03:42:19 1998 -+++ pbmplus.h Sat Jun 20 03:43:47 1998 -@@ -121,2 +121,3 @@ - #endif -+#ifndef __NetBSD__ - extern int atoi(); -@@ -125,2 +126,3 @@ - extern int write(); -+#endif /* NetBSD */ - #endif +--- pbm/libpbm1.c.orig Mon Jan 10 18:37:22 1994 ++++ pbm/libpbm1.c Sun Jan 10 23:48:40 1999 +@@ -132,7 +132,7 @@ + if ( isupper( c1 ) ) + c1 = tolower( c1 ); + if ( isupper( c2 ) ) +- c1 = tolower( c2 ); ++ c2 = tolower( c2 ); + if ( c1 != c2 ) + return 0; + } |