[Lunar-commits] <moonbase> ming: Adjusting the BUILD as noted with-in.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Feb 3 00:24:13 CET 2011
commit 821ec9eab1c07881166a43bc153c5fd968d716d5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Feb 2 18:24:13 2011 -0500
ming: Adjusting the BUILD as noted with-in.
---
libs/ming/BUILD | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/libs/ming/BUILD b/libs/ming/BUILD
index 1219a90..aa04744 100644
--- a/libs/ming/BUILD
+++ b/libs/ming/BUILD
@@ -1,5 +1,12 @@
(
+# So it will build when you say yes to Python and alias is set to giflib.
+ if in_depends $MODULE giflib ; then
+ CFLAGS="$CFLAGS -lgif" &&
+ CXXFLAGS="$CXXFLAGS -lgif" &&
+ sedit "s:ungif:gif:" py_ext/setup.py py_ext/setup.py.in
+ fi &&
+
if in_depends $MODULE tcl ; then
TCL_VER="`lvu version perl |cut -c 1-3`"
sedit "s:tcl8.4:tcl$TCL_VER:g" configure
More information about the Lunar-commits
mailing list