Alien-SDL2

 view release on metacpan or  search on metacpan

patches/libpng-1.6.3-hack.patch  view on Meta::CPAN

--- libpng-1.6.3/pnglibconf.dfn	2013-08-17 21:36:54.489625300 +0200
+++ libpng-1.6.3/pnglibconf.dfn	2013-08-09 20:26:03.377019200 +0200
@@ -0,0 +1,6623 @@
+/*- pnglibconf.dfn intermediate file
+ * generated from scripts/pnglibconf.dfa
+ */
+ PNG_DFN "/* pnglibconf.h - library build configuration */" 
+ PNG_DFN "" 
+ PNG_DFN "/* libpng version 1.6.3 - July 18, 2013 */" 
+ PNG_DFN "" 
+ PNG_DFN "/* Copyright (c) 1998-2012 Glenn Randers-Pehrson */" 
+ PNG_DFN "" 
+ PNG_DFN "/* This code is released under the libpng license. */" 
+ PNG_DFN "/* For conditions of distribution and use, see the disclaimer */" 
+ PNG_DFN "/* and license in png.h */" 
+ PNG_DFN "" 
+ PNG_DFN "/* pnglibconf.h */" 
+ PNG_DFN "/* Machine generated file: DO NOT EDIT */" 
+ PNG_DFN "/* Derived from: scripts/pnglibconf.dfa */" 
+ PNG_DFN "#ifndef PNGLCONF_H" 
+ PNG_DFN "#define PNGLCONF_H" 
+#if defined(HAVE_CONFIG_H) && !defined(PNG_NO_CONFIG_H)
+# include "config.h"
+#endif
+#ifdef PNG_USER_CONFIG
+# include "pngusr.h"
+#endif
+#ifdef __WATCOMC__
+# ifndef PNG_API_RULE
+# define PNG_API_RULE 2 /* Use Watcom calling conventions */
+# endif
+#endif
+/*# include <zlib.h>*/
+#ifdef PNG_SETJMP_NOT_SUPPORTED
+#   define PNG_NO_SETJMP
+#endif
+#ifdef PNG_SAFE_LIMITS
+#   define PNG_SAFE_LIMITS_SUPPORTED
+#endif
+#ifdef PNG_READ_TRANSFORMS_NOT_SUPPORTED
+#   define PNG_NO_READ_TRANSFORMS
+#endif
+#ifdef PNG_NO_READ_COMPOSITED_NODIV
+#   define PNG_NO_READ_COMPOSITE_NODIV
+#endif
+#ifdef PNG_INCH_CONVERSIONS
+#   define PNG_INCH_CONVERSIONS_SUPPORTED
+#endif
+#ifdef PNG_WRITE_TRANSFORMS_NOT_SUPPORTED
+#   define PNG_NO_WRITE_TRANSFORMS
+#endif
+#ifdef PNG_READ_ANCILLARY_CHUNKS_NOT_SUPPORTED
+#   define PNG_NO_READ_ANCILLARY_CHUNKS
+#endif
+#ifdef PNG_WRITE_ANCILLARY_CHUNKS_NOT_SUPPORTED
+#   define PNG_NO_WRITE_ANCILLARY_CHUNKS
+#endif
+#ifdef _WIN32_WCE
+# define PNG_NO_CONVERT_tIME
+#endif
+
+/* OPTIONS */
+ PNG_DFN "/* options */" 
+PNG_DFN_START_SORT 2
+
+/* option: UNKNOWN_CHUNKS enabled
+ *   requires:  
+ *   if:        
+ *   enabled-by:
+ *   sets:       */
+#undef PNG_on
+#define PNG_on 1
+#undef PNG_no_if
+#ifdef PNG_on /*requires, if*/
+#   undef PNG_not_enabled
+#   define PNG_not_enabled 1
+   /* enabled by */
+#   ifndef PNG_UNKNOWN_CHUNKS_SUPPORTED /*!command line*/
+#    ifdef PNG_not_enabled /*!enabled*/
+#      ifdef PNG_NO_UNKNOWN_CHUNKS
+#       undef PNG_on /*turned off*/
+#      endif
+#      ifdef PNG_NO_UNKNOWN_CHUNKS_SUPPORTED
+#       undef PNG_on /*turned off*/
+#      endif
+#    endif /*!enabled*/



( run in 1.433 second using v1.01-cache-2.11-cpan-df04353d9ac )