[Lunar-commits] <moonbase> pstoedit: adding a BUILD as noted in the file. The issue is with

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Nov 8 04:33:16 CET 2008


commit 883ec033ce2831a312799504c8bcc9f2bd8e3d8c
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri Nov 7 22:33:16 2008 -0500

    pstoedit: adding a BUILD as noted in the file. The issue is with
    magick/deprecate.h from ImageMagick. Supposedly, this is corrected
    in their SVN but I guess it has yet to see light. This info was
    found on their forums.
---
 graphics/pstoedit/BUILD |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/graphics/pstoedit/BUILD b/graphics/pstoedit/BUILD
new file mode 100644
index 0000000..703ac7d
--- /dev/null
+++ b/graphics/pstoedit/BUILD
@@ -0,0 +1,10 @@
+(
+
+# This gets around a make failure. It does not like how ImageMagick
+# uses long long, and barfs.
+
+  sedit "s:-pedantic: :g" configure
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list