summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-03-30 11:09:15 +0000
committerwiz <wiz@pkgsrc.org>2004-03-30 11:09:15 +0000
commit2899bc814cb93d057cd5ee49e3c4d29ad4541090 (patch)
tree0b62db85712ce3e0f9ba8cf4222d224b5727374d /graphics/png
parentf1f164f0449af0df0278e2245a6a55736024a011 (diff)
downloadpkgsrc-2899bc814cb93d057cd5ee49e3c4d29ad4541090.tar.gz
Fix pngconf.h on Linux systems. From Michal Pasternak in PR 24581.
Ride yesterday's PKGREVISION bump for this one.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/distinfo3
-rw-r--r--graphics/png/patches/patch-ae15
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 31751ea2156..305c78f91a3 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2004/03/29 16:02:08 ben Exp $
+$NetBSD: distinfo,v 1.15 2004/03/30 11:09:15 wiz Exp $
SHA1 (libpng-1.2.5.tar.bz2) = 6752eaf1a604edbbb0149b781155ef9cb47d80c3
Size (libpng-1.2.5.tar.bz2) = 378030 bytes
@@ -6,3 +6,4 @@ SHA1 (patch-aa) = 6cc8354eccd61a4355d64ca456dc950f379701ad
SHA1 (patch-ab) = be7dc4a3e21c0056a913c5f1488528558024e6ea
SHA1 (patch-ac) = 96e42c626b9aec1f2d68f920f147463ca77da27c
SHA1 (patch-ad) = edfe5d2c827939eba9d62f426f5dca51979be245
+SHA1 (patch-ae) = a0f17e4a95d80ca51fb99d0abffffb31e20cc7f2
diff --git a/graphics/png/patches/patch-ae b/graphics/png/patches/patch-ae
new file mode 100644
index 00000000000..7d38db86b7f
--- /dev/null
+++ b/graphics/png/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2004/03/30 11:09:15 wiz Exp $
+
+--- pngconf.h.orig Thu Oct 3 13:32:27 2002
++++ pngconf.h
+@@ -252,8 +252,8 @@
+ # undef _BSD_SOURCE
+ # endif
+ # ifdef _SETJMP_H
+- __png.h__ already includes setjmp.h;
+- __dont__ include it again.;
++#warning __png.h__ already includes setjmp.h;
++#warning __dont__ include it again.;
+ # endif
+ # endif /* __linux__ */
+