pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Fix pngconf.h on Linux systems. From Mich...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbf059ad1315
branches:  trunk
changeset: 471703:dbf059ad1315
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 30 11:09:15 2004 +0000

description:
Fix pngconf.h on Linux systems. From Michal Pasternak in PR 24581.
Ride yesterday's PKGREVISION bump for this one.

diffstat:

 graphics/png/distinfo         |   3 ++-
 graphics/png/patches/patch-ae |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 4117b8462a3a -r dbf059ad1315 graphics/png/distinfo
--- a/graphics/png/distinfo     Tue Mar 30 10:48:29 2004 +0000
+++ b/graphics/png/distinfo     Tue Mar 30 11:09:15 2004 +0000
@@ -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-ab) = be7dc4a3e21c0056a913c5f1488528558024e6ea
 SHA1 (patch-ac) = 96e42c626b9aec1f2d68f920f147463ca77da27c
 SHA1 (patch-ad) = edfe5d2c827939eba9d62f426f5dca51979be245
+SHA1 (patch-ae) = a0f17e4a95d80ca51fb99d0abffffb31e20cc7f2
diff -r 4117b8462a3a -r dbf059ad1315 graphics/png/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/png/patches/patch-ae     Tue Mar 30 11:09:15 2004 +0000
@@ -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__ */
+ 



Home | Main Index | Thread Index | Old Index