[Lunar-commits] <moonbase-other> ImageMagick: Adjusting the BUILD else a lunar fix will kick off a recompile.

stumbles stumbles at lunar-linux.org
Wed Mar 27 11:17:22 CET 2013


commit a0a80975bf7032da797a59c26599b00d37374973
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 27 Mar 2013 03:17:22 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a0a80975bf7032da797a59c26599b00d37374973

ImageMagick: Adjusting the BUILD else a lunar fix will kick off a recompile.

They have taken to versioning what was not versioned before.
---
  graphics/ImageMagick/BUILD | +2/-1     
  1 file changed, 2 insertions(+), 1 deletion(-)

--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -12,6 +12,7 @@
   make install-strip &&
 
 #Seems other apps look for this, like transcode
-  ln -sf /usr/lib/libMagick++.so /usr/lib/libMagick.so
+#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