From: Alec Ten Harmsel Date: Wed, 24 Apr 2019 18:30:21 +0000 (-0400) Subject: app-office/gnucash: Append -Wno-error for 3.3+ X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d7c7ccd0f43b62f064d6d0bb57186db7cf6ddd18;p=gentoo.git app-office/gnucash: Append -Wno-error for 3.3+ GCC 8.3.0 issues some warnings for Gnucash 3.3+, causing build failures. Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Alec Ten Harmsel Closes: https://bugs.gentoo.org/684286 Closes: https://github.com/gentoo/gentoo/pull/11817 Signed-off-by: Aaron W. Swenson --- 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 } diff --git a/app-office/gnucash/gnucash-3.3.ebuild b/app-office/gnucash/gnucash-3.3.ebuild index cdbe0c78c640..6d5c46b0c02e 100644 --- a/app-office/gnucash/gnucash-3.3.ebuild +++ b/app-office/gnucash/gnucash-3.3.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/" @@ -107,6 +107,8 @@ src_configure() { -DWITH_GNUCASH=$(usex gui) ) + append-cflags -Wno-error + append-cxxflags -Wno-error cmake-utils_src_configure } 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 } diff --git a/app-office/gnucash/gnucash-3.5.ebuild b/app-office/gnucash/gnucash-3.5.ebuild index ca794fbd46ee..e7521d2945db 100644 --- a/app-office/gnucash/gnucash-3.5.ebuild +++ b/app-office/gnucash/gnucash-3.5.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/"