blob: 9bb1d6c3b7fd013fe3105499484d861935dd840e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.4 2004/12/05 11:17:12 wiz Exp $
--- pngconf.h.orig 2004-12-03 01:14:24.000000000 +0100
+++ pngconf.h
@@ -304,8 +304,8 @@
/* If you encounter a compiler error here, see the explanation
* near the end of INSTALL.
*/
- __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__ */
|