summaryrefslogtreecommitdiff
path: root/graphics/png/patches/patch-aa
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-11-28 21:58:17 +0000
committerdrochner <drochner@pkgsrc.org>2006-11-28 21:58:17 +0000
commit19ac9f261d3fca77b129e3a0b45f9602955682d0 (patch)
tree8c5429607d5221c727235a616377112dd6cc42f8 /graphics/png/patches/patch-aa
parent984b9e9fba7cf92cee57a27ace8a2b6d86c9155b (diff)
downloadpkgsrc-19ac9f261d3fca77b129e3a0b45f9602955682d0.tar.gz
update to 1.2.14
changes: -Relocated three misplaced tests for NULL png_ptr -build fixes
Diffstat (limited to 'graphics/png/patches/patch-aa')
-rw-r--r--graphics/png/patches/patch-aa10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa
index 148466187fb..d29f4235803 100644
--- a/graphics/png/patches/patch-aa
+++ b/graphics/png/patches/patch-aa
@@ -1,14 +1,12 @@
-$NetBSD: patch-aa,v 1.25 2006/05/17 21:48:57 wiz Exp $
+$NetBSD: patch-aa,v 1.26 2006/11/28 21:58:17 drochner Exp $
-Install old library .la file so that PLIST is correct.
-
---- Makefile.in.orig 2006-04-23 18:46:00.000000000 +0000
+--- Makefile.in.orig 2006-11-27 17:11:15.000000000 +0100
+++ Makefile.in
-@@ -1264,6 +1264,7 @@ install-exec-hook:
+@@ -1271,6 +1271,7 @@ install-exec-hook:
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
@set -x;\
cd $(DESTDIR)$(libdir);\
+ mv libpng.la libpngcompat.la;\
for ext in a la so; do\
rm -f libpng.$$ext;\
- $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
+ if test -f $(PNGLIB_BASENAME).$$ext; then\