summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2019-09-15 16:03:19 -0400
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-13 13:40:25 +0200
commitda0a2270a21b226a810dc29f055b4f0eb6cd9ad2 (patch)
tree0dd41592f53335c51174537524a4438a093a751a
parentapp-office/gnucash: Remove unused cmake variable (diff)
downloadgentoo-da0a2270.tar.gz
gentoo-da0a2270.tar.bz2
gentoo-da0a2270.zip
app-office/gnucash: Disable auto-compiling /usr/bin/guild
Stop the build from unnecessarily attempting to compile /usr/bin/guild. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-office/gnucash/gnucash-3.7.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild
index ade4521330fa..699125271a4b 100644
--- a/app-office/gnucash/gnucash-3.7.ebuild
+++ b/app-office/gnucash/gnucash-3.7.ebuild
@@ -98,6 +98,8 @@ src_unpack() {
}
src_configure() {
+ export GUILE_AUTO_COMPILE=0
+
local sql_on_off="OFF"
if use mysql || use postgres || use sqlite ; then
sql_on_off="ON"