From e75658c1540ebc905270aa287f4779e47291e346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Sun, 19 Apr 2015 16:25:56 +0100 Subject: [PATCH] added missing pngquant-2.4.0_fix-epels.patch --- pngquant-2.4.0_fix-epels.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pngquant-2.4.0_fix-epels.patch diff --git a/pngquant-2.4.0_fix-epels.patch b/pngquant-2.4.0_fix-epels.patch new file mode 100644 index 0000000..cbff020 --- /dev/null +++ b/pngquant-2.4.0_fix-epels.patch @@ -0,0 +1,11 @@ +--- pngquant-2.4.0.1.orig/rwpng.c 2015-04-11 23:24:38.000000000 +0100 ++++ pngquant-2.4.0.1/rwpng.c 2015-04-19 16:07:01.044937378 +0100 +@@ -55,7 +55,7 @@ + #define omp_get_max_threads() 1 + #endif + +-#if PNG_LIBPNG_VER < 10600 ++#if PNG_LIBPNG_VER < 10500 + typedef png_const_charp png_const_bytep; + #endif +