[Lunar-commits] <moonbase> at-spi: kludge to stop BUILD failing
Duncan Gibson
engelsman at lunar-linux.org
Wed Aug 25 21:46:38 CEST 2010
commit 6c87dc373a97b153e0c24792542422f4f59da855
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Wed Aug 25 21:46:38 2010 +0200
at-spi: kludge to stop BUILD failing
added --disable-schemas-install
sedit to convert spaces to tabs in Makefile
1.31.1 is now available so maybe these are already fixed
---
gnome2/platform/at-spi/BUILD | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/gnome2/platform/at-spi/BUILD b/gnome2/platform/at-spi/BUILD
index f0ab69a..6d8bf1b 100644
--- a/gnome2/platform/at-spi/BUILD
+++ b/gnome2/platform/at-spi/BUILD
@@ -1,12 +1,19 @@
(
+ # 1.30.1 fails when installing schemas, so added --disable-schemas-install
+
./configure --prefix=${GNOME210_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=${GNOME210_PREFIX:-/usr}/share/info \
--mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ --disable-schemas-install \
$OPTS &&
+
+ # change Makefile spaces to tabs...
+ sedit 's:^ if :\t\tif :' Makefile &&
+
default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list