Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270453
Collapse All | Expand All

(-)libpng-1.2.36.orig/pngconf.h (-2 / +2 lines)
Lines 330-341 Link Here
330
#      endif
330
#      endif
331
#      ifdef _SETJMP_H
331
#      ifdef _SETJMP_H
332
       /* If you encounter a compiler error here, see the explanation
332
       /* If you encounter a compiler error here, see the explanation
333
        * near the end of INSTALL.
333
        * near the end of INSTALL.
334
        */
334
        */
335
           __pngconf.h__ in libpng already includes setjmp.h;
335
#warning   __pngconf.h__ in libpng already includes setjmp.h;
336
           __dont__ include it again.;
336
#warning   __dont__ include it again.;
337
#      endif
337
#      endif
338
#    endif /* __linux__ */
338
#    endif /* __linux__ */
339
#  endif /* PNG_SKIP_SETJMP_CHECK */
339
#  endif /* PNG_SKIP_SETJMP_CHECK */
340
340
341
   /* include setjmp.h for error handling */
341
   /* include setjmp.h for error handling */

Return to bug 270453