blob: e00ea12aa0b4ec22879ab82d8e628088264ca527 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.8.14.1 2009/06/07 07:59:25 spz Exp $
--- pngconf.h.orig 2009-05-07 16:05:28.000000000 +0000
+++ pngconf.h
@@ -332,8 +332,8 @@
/* If you encounter a compiler error here, see the explanation
* near the end of INSTALL.
*/
- __pngconf.h__ in libpng already includes setjmp.h;
- __dont__ include it again.;
+#warning __pngconf.h__ in libpng already includes setjmp.h;
+#warning __dont__ include it again.;
# endif
# endif /* __linux__ */
# endif /* PNG_SKIP_SETJMP_CHECK */
|