diff options
Diffstat (limited to 'editors/ted/patches/patch-ab')
-rw-r--r-- | editors/ted/patches/patch-ab | 32 |
1 files changed, 10 insertions, 22 deletions
diff --git a/editors/ted/patches/patch-ab b/editors/ted/patches/patch-ab index bb314faa26a..1f3e1b7c61b 100644 --- a/editors/ted/patches/patch-ab +++ b/editors/ted/patches/patch-ab @@ -1,22 +1,10 @@ -$NetBSD: patch-ab,v 1.3 2001/08/24 13:02:49 hubertf Exp $ - ---- bitmap/bmpng.c.orig Sun Apr 8 18:05:33 2001 -+++ bitmap/bmpng.c -@@ -172,7 +172,7 @@ - return -1; - } - -- png_info_init( &pngi ); -+ png_info_init( pngi ); - png_read_init( &png ); - - png_init_io( &png, f ); -@@ -234,7 +234,7 @@ - if ( setjmp( png.jmpbuf ) ) - { LDEB(1); png_read_destroy( &png, &pngi, (png_info *)0 ); return -1; } - -- png_info_init( &pngi ); -+ png_info_init( pngi ); - png_read_init( &png ); - - png_init_io( &png, (FILE *)0 ); +--- Ted/configure.orig Sun Mar 3 23:24:16 2002 ++++ Ted/configure Tue Apr 9 12:13:32 2002 +@@ -1946,7 +1946,6 @@ + + # Includes + for ac_dir in \ +- /usr/include \ + /usr/local/include \ + /usr/pkg/include \ + /usr/local/include/zlib \ |