projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff46a76
)
app-office/gnucash: Remove unused cmake variable
author
Peter Levine
<plevine457@gmail.com>
Sun, 15 Sep 2019 20:00:58 +0000
(16:00 -0400)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 13 Oct 2019 11:40:25 +0000
(13:40 +0200)
Closes: https://bugs.gentoo.org/689744
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>
app-office/gnucash/gnucash-3.7.ebuild
patch
|
blob
|
history
diff --git
a/app-office/gnucash/gnucash-3.7.ebuild
b/app-office/gnucash/gnucash-3.7.ebuild
index 4b8e26a831cd159430079f58fa498c0fb2e1b5d6..ade4521330fa252c8e947d817bac7c6b51f3a143 100644
(file)
--- a/
app-office/gnucash/gnucash-3.7.ebuild
+++ b/
app-office/gnucash/gnucash-3.7.ebuild
@@
-104,8
+104,6
@@
src_configure() {
fi
local mycmakeargs=(
- # Disable fallback to guile-2.0
- -DCMAKE_DISABLE_FIND_PACKAGE_GUILE2=ON
-DCOMPILE_GSCHEMAS=OFF
-DDISABLE_NLS=$(usex !nls)
-DENABLE_REGISTER2=$(usex register2)