summaryrefslogtreecommitdiff
path: root/graphics/png/patches
diff options
context:
space:
mode:
authortron <tron>2001-03-04 07:53:34 +0000
committertron <tron>2001-03-04 07:53:34 +0000
commit4a716b1113f77dab350b7e18cd4647ef1b59e768 (patch)
tree6810e2f6981c2bf18a5a2c26d245dfcfbc3704fa /graphics/png/patches
parentb89b171ccdbc9d0185b636a4d1de1884bdbc2f83 (diff)
downloadpkgsrc-4a716b1113f77dab350b7e18cd4647ef1b59e768.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)