summaryrefslogtreecommitdiff
path: root/app-office/gnucash/gnucash-3.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/gnucash/gnucash-3.4.ebuild')
-rw-r--r--app-office/gnucash/gnucash-3.4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/gnucash/gnucash-3.4.ebuild b/app-office/gnucash/gnucash-3.4.ebuild
index 85fac5c295af..b7de02ad0aa0 100644
--- a/app-office/gnucash/gnucash-3.4.ebuild
+++ b/app-office/gnucash/gnucash-3.4.ebuild
@@ -7,7 +7,7 @@ EAPI=6
GV="1.8.0"
PYTHON_COMPAT=( python3_{5,6} )
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+inherit cmake-utils flag-o-matic gnome2-utils python-single-r1 xdg-utils
DESCRIPTION="A personal finance manager"
HOMEPAGE="http://www.gnucash.org/"
@@ -120,6 +120,8 @@ src_configure() {
-DWITH_GNUCASH=$(usex gui)
)
+ append-cflags -Wno-error
+ append-cxxflags -Wno-error
cmake-utils_src_configure
}