[Lunar-commits] <moonbase-other> devil: make it libpng16 compatible

v4hn me at v4hn.de
Sun May 5 03:58:38 CEST 2013


commit 32c231d3b52de1ef1cf7c4093f968a8a38aa8f0c
Author: v4hn <me at v4hn.de>
Date: Sat, 04 May 2013 18:56:21 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/32c231d3b52de1ef1cf7c4093f968a8a38aa8f0c

devil: make it libpng16 compatible
---
  graphics/devil/BUILD | +4/-5     
  1 file changed, 4 insertions(+), 5 deletions(-)

--- a/graphics/devil/BUILD
+++ b/graphics/devil/BUILD
@@ -1,7 +1,6 @@
-(
+# this project never adopted libpng 1.4+
+sedit "s:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:" src-IL/src/{il_png.c,il_icon.c} &&
 
-  OPTS+=" --enable-ILU --enable-ILUT" &&
+OPTS+=" --enable-ILU --enable-ILUT" &&
 
-  default_build
-
-) > $C_FIFO 2>&1
+default_build




More information about the Lunar-commits mailing list