You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pngquant/pngquant-2.4.0_fix-epels.patch

12 lines
304 B

--- 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