blob: 0fcedffddb14a6561d33d9762e60dbcdaaaa739e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.7 2006/05/17 21:48:57 wiz Exp $
--- pngconf.h.orig 2006-04-23 18:45:34.000000000 +0000
+++ pngconf.h
@@ -314,8 +314,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__ */
|