summaryrefslogtreecommitdiff
path: root/graphics/png/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-04 07:53:34 +0000
committertron <tron@pkgsrc.org>2001-03-04 07:53:34 +0000
commitdc1792c8f5a10c6aae1fe4eab9084fb88d7b879a (patch)
tree6810e2f6981c2bf18a5a2c26d245dfcfbc3704fa /graphics/png/patches
parent6e16d14bda287a4290827ab44b48f13059f6cf69 (diff)
downloadpkgsrc-dc1792c8f5a10c6aae1fe4eab9084fb88d7b879a.tar.gz
As point by Johnny C. Lam in private e-mail a new function was added in
this release of the PNG library. So increase the shared library minor number and bump the package version to "1.0.9nb1".
Diffstat (limited to 'graphics/png/patches')
-rw-r--r--graphics/png/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa
index d14a19aed50..734c7c09136 100644
--- a/graphics/png/patches/patch-aa
+++ b/graphics/png/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.13 2001/01/18 18:10:50 wiz Exp $
+$NetBSD: patch-aa,v 1.14 2001/03/04 07:53:34 tron Exp $
--- scripts/makefile.std.orig Wed Dec 8 18:44:40 1999
+++ scripts/makefile.std
@@ -35,7 +35,7 @@ $NetBSD: patch-aa,v 1.13 2001/01/18 18:10:50 wiz Exp $
- ar rc $@ $(OBJS)
- $(RANLIB) $@
+libpng.la: $(OBJS)
-+ ${LIBTOOL} --mode=link $(REALCC) -o $@ ${OBJS:.o=.lo} -rpath ${PREFIX}/lib -lz -lm -version-info 1:3
++ ${LIBTOOL} --mode=link $(REALCC) -o $@ ${OBJS:.o=.lo} -rpath ${PREFIX}/lib -lz -lm -version-info 1:4
-pngtest: pngtest.o libpng.a
- $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)