[Lunar-commits] <moonbase> ming: Fixing a make on this;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun May 22 17:20:20 CEST 2011
commit 7575ca95e67de02dc246300b5913cd7491b3f7d8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun May 22 11:20:20 2011 -0400
ming: Fixing a make on this;
/usr/src/ming-0.4.3/perl_ext/Exports.c: In function 'export_cv':
/usr/src/ming-0.4.3/perl_ext/Exports.c:193:5: error: lvalue required as left operand of assignment
---
libs/ming/BUILD | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libs/ming/BUILD b/libs/ming/BUILD
index aa04744..c4b3206 100644
--- a/libs/ming/BUILD
+++ b/libs/ming/BUILD
@@ -1,5 +1,8 @@
(
+# Fix a make failure on the recent perl bump
+ sedit "s:GvCV(gv) =:GvCV(gv) ==:" perl_ext/Exports.c &&
+
# 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" &&
More information about the Lunar-commits
mailing list