summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/gnucash/gnucash-2.6.9.ebuild')
-rw-r--r--app-office/gnucash/gnucash-2.6.9.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-office/gnucash/gnucash-2.6.9.ebuild b/app-office/gnucash/gnucash-2.6.9.ebuild
index 4daf665d46cd..d06c27b3e03a 100644
--- a/app-office/gnucash/gnucash-2.6.9.ebuild
+++ b/app-office/gnucash/gnucash-2.6.9.ebuild
@@ -64,6 +64,9 @@ src_prepare() {
# Skip test that needs some locales to be present
sed -i -e '/test_suite_gnc_date/d' src/libqof/qof/test/test-qof.c || die
+ # Fix automagic on guile detection
+ epatch "${FILESDIR}"/${PN}-2.6.9-automagic-guile.patch
+
eautoreconf
gnome2_src_prepare
}
@@ -86,6 +89,7 @@ src_configure() {
$(use_enable ofx) \
$(use_enable hbci aqbanking) \
$(use_enable python) \
+ --with-guile=1.8 \
--disable-doxygen \
--disable-gtkmm \
--enable-locale-specific-tax \