summaryrefslogtreecommitdiff
path: root/app-office/gnucash/gnucash-3.3-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/gnucash/gnucash-3.3-r1.ebuild')
-rw-r--r--app-office/gnucash/gnucash-3.3-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/gnucash/gnucash-3.3-r1.ebuild b/app-office/gnucash/gnucash-3.3-r1.ebuild
index 982eb4a96333..89dcc50498b5 100644
--- a/app-office/gnucash/gnucash-3.3-r1.ebuild
+++ b/app-office/gnucash/gnucash-3.3-r1.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/"
@@ -109,6 +109,8 @@ src_configure() {
-DWITH_GNUCASH=$(usex gui)
)
+ append-cflags -Wno-error
+ append-cxxflags -Wno-error
cmake-utils_src_configure
}