diff options
author | wiz <wiz> | 2004-03-30 11:09:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-30 11:09:15 +0000 |
commit | b6b9b340124b1c44e09a340a58a9781047a45bd5 (patch) | |
tree | 0b62db85712ce3e0f9ba8cf4222d224b5727374d | |
parent | 4212bdc21e2e5e9d611aa6083c5990b2c6cd0525 (diff) | |
download | pkgsrc-b6b9b340124b1c44e09a340a58a9781047a45bd5.tar.gz |
Fix pngconf.h on Linux systems. From Michal Pasternak in PR 24581.
Ride yesterday's PKGREVISION bump for this one.
-rw-r--r-- | graphics/png/distinfo | 3 | ||||
-rw-r--r-- | graphics/png/patches/patch-ae | 15 |
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__ */ + |