[Lunar-commits] <moonbase-other> plotutils: fix BUILD & compile with modern libpng

v4hn me at v4hn.de
Mon May 6 01:06:55 CEST 2013


commit 7cf6c0e92c395a4c360d6157e02e281bd4f66349
Author: v4hn <me at v4hn.de>
Date: Sun, 05 May 2013 16:05:44 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7cf6c0e92c395a4c360d6157e02e281bd4f66349

plotutils: fix BUILD & compile with modern libpng
---
  graphics/plotutils/BUILD | +3/-5     
  1 file changed, 3 insertions(+), 5 deletions(-)

--- a/graphics/plotutils/BUILD
+++ b/graphics/plotutils/BUILD
@@ -1,8 +1,6 @@
-(
+sedit "s:png_ptr->jmpbuf:png_jmpbuf(png_ptr):" libplot/z_write.c &&
 
-  OPTS="--enable-libplotter --enable-ps-fonts-in-pcl --enable-lj-fonts-in-ps  \
+OPTS+=" --enable-libplotter --enable-ps-fonts-in-pcl --enable-lj-fonts-in-ps  \
         --enable-lj-fonts-in-x --enable-libxmi --with-motif --with-xpm"      &&
 
-  default_build
-
-) > $C_FIFO 2>&1
+default_build




More information about the Lunar-commits mailing list