[Lunar-commits] <moonbase-other> ImageMagick: Adjusting the BUILD if you have graphviz installed.

stumbles stumbles at lunar-linux.org
Sat Jun 8 13:51:37 CEST 2013


commit c4a3919ca5d5293cc223b5136af3a0d70f6b3403
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 08 Jun 2013 04:50:54 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c4a3919ca5d5293cc223b5136af3a0d70f6b3403

ImageMagick: Adjusting the BUILD if you have graphviz installed.
---
  graphics/ImageMagick/BUILD | +6/-4     
  1 file changed, 6 insertions(+), 4 deletions(-)

--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -1,12 +1,16 @@
-(
 
   OPTS+=" --enable-shared --disable-static" &&
 
 # They say to run this if you got dirty autotools.
-# autoreconf         &&
+#  autoreconf         &&
 
   default_config     &&
 
+# libgvpr.pc uses cgraph
+  if in_depends $MODULE graphviz ; then
+    sedit "s:-lgraph:-lcgraph:g" Makefile
+  fi &&
+
   make               &&
   prepare_install    &&
   make install-strip &&
@@ -14,5 +18,3 @@
 #Seems other apps look for this, like transcode
 #They felt the need to version this
   ln -sf /usr/lib/libMagick++-*.so /usr/lib/libMagick.so
-
-) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list