[Lunar-commits] <moonbase> gobject-introspection: I dunno why but commit 2c0fbec036d859c4399da292b6dc9dcc6b601839

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Oct 6 12:40:40 CEST 2010


commit 9383602c0d4a9aff98ea55fc90828cb8482c3cad
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Oct 6 06:40:40 2010 -0400

    gobject-introspection: I dunno why but commit 2c0fbec036d859c4399da292b6dc9dcc6b601839
    
    would not show up in my local moonbase, even though it shows up in /var/lib/lunar/moonbase.
---
 gnome2/bindings/gobject-introspection/BUILD |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnome2/bindings/gobject-introspection/BUILD b/gnome2/bindings/gobject-introspection/BUILD
index 8983db9..4d15225 100644
--- a/gnome2/bindings/gobject-introspection/BUILD
+++ b/gnome2/bindings/gobject-introspection/BUILD
@@ -1,12 +1,11 @@
 (
 
-   ./configure  --prefix=${GNOME_2280_PREFIX:-/usr}  \
-                --build=$BUILD        \
-                --sysconfdir=/etc     \
-                --localstatedir=/var  \
-                --infodir=${GNOME_2280_PREFIX:-/usr}/share/info  \
-                --mandir=${GNOME_2280_PREFIX:-/usr}/share/man    \
-                $OPTS                                           &&
-    default_make
+  if [ "`lvu version Python`" == "2.7" ]; then
+#bug report link http://bugzilla-attachments.gnome.org/attachment.cgi?id=166409
+    sedit "s:with LibtoolImporter:with LibtoolImporter(None,None):" giscanner/xmlwriter.py 
+    sedit "s:with LibtoolImporter:with LibtoolImporter(None,None):" giscanner/sourcescanner.py 
+  fi &&
+
+  default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list