[Lunar-commits] <moonbase-other> fltk: fix for jpeg 9

v4hn me at v4hn.de
Sun Jan 27 18:09:53 CET 2013


commit 8ef4a958b4cee7e393f1aecd9a86046a7653d48f
Author: v4hn <me at v4hn.de>
Date: Sun, 27 Jan 2013 09:09:53 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8ef4a958b4cee7e393f1aecd9a86046a7653d48f

fltk: fix for jpeg 9
---
  libs/fltk/BUILD | +3/-1     
  1 file changed, 3 insertions(+), 1 deletion(-)

--- a/libs/fltk/BUILD
+++ b/libs/fltk/BUILD
@@ -1,6 +1,8 @@
 (
+  # fix bug concerning jpeg v9+
+  sedit " 158 s/1/TRUE/; 336 s/1/TRUE/" src/Fl_JPEG_Image.cxx &&
 
-  OPTS+=" --enable-largefile --enable-xinerama --enable-threads --enable-shared --enable-xft"
+  OPTS+=" --enable-largefile --enable-xinerama --enable-threads --enable-shared --enable-xft" &&
 
   default_build
 




More information about the Lunar-commits mailing list