diff options
Diffstat (limited to 'graphics/png/patches/patch-ae')
-rw-r--r-- | graphics/png/patches/patch-ae | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/patches/patch-ae b/graphics/png/patches/patch-ae index 0fcedffddb1..550ff9245b5 100644 --- a/graphics/png/patches/patch-ae +++ b/graphics/png/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.7 2006/05/17 21:48:57 wiz Exp $ +$NetBSD: patch-ae,v 1.8 2008/01/13 15:40:13 wiz Exp $ --- pngconf.h.orig 2006-04-23 18:45:34.000000000 +0000 +++ pngconf.h @@ -6,9 +6,9 @@ $NetBSD: patch-ae,v 1.7 2006/05/17 21:48:57 wiz Exp $ /* If you encounter a compiler error here, see the explanation * near the end of INSTALL. */ -- __png.h__ already includes setjmp.h; +- __pngconf.h__ already includes setjmp.h; - __dont__ include it again.; -+#warning __png.h__ already includes setjmp.h; ++#warning __pngconf.h__ already includes setjmp.h; +#warning __dont__ include it again.; # endif # endif /* __linux__ */ |