summaryrefslogtreecommitdiff
path: root/graphics/optipng/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/optipng/patches/patch-aa')
-rw-r--r--graphics/optipng/patches/patch-aa7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/optipng/patches/patch-aa b/graphics/optipng/patches/patch-aa
index 0405c3b978c..1d2c35e86a9 100644
--- a/graphics/optipng/patches/patch-aa
+++ b/graphics/optipng/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2006/04/19 17:02:22 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2006/05/06 08:48:43 adam Exp $
--- Makefile.orig 2006-04-19 14:47:12.000000000 +0200
+++ Makefile
-@@ -0,0 +1,27 @@
+@@ -0,0 +1,28 @@
+OBJS= optipng.o opngio.o opngreduc.o cbitset.o osys.o \
+ pngxread.o pngxrbmp.o pngxrgif.o pngxrpnm.o \
+ gifread.o pnmerror.o pnmread.o pnmwrite.o \
-+ png_write_sig.o
++ strutil.o png_write_sig.o
+
+CPPFLAGS= `libpng-config --cflags` -Ilib/pngxtern -Isrc
+
@@ -18,6 +18,7 @@ $NetBSD: patch-aa,v 1.3 2006/04/19 17:02:22 wiz Exp $
+opngreduc.o: src/opngreduc.c src/opng.h
+cbitset.o: src/cbitset.c src/cbitset.h
+osys.o: src/osys.c src/osys.h
++strutil.o: src/strutil.c src/strutil.h
+
+gifread.o: lib/pngxtern/gif/gifread.c lib/pngxtern/gif/gifread.h
+pnmerror.o: lib/pngxtern/pnm/pnmerror.c lib/pngxtern/pnm/pnmio.h