sci-chemistry/gnome-chemistry-utils: workaround build failure with GCC 11

Closes: https://bugs.gentoo.org/790023
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-07-27 19:28:08 +01:00
parent ed0a52f68d
commit 9bada83e35
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools xdg
inherit autotools flag-o-matic xdg
DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
HOMEPAGE="http://gchemutils.nongnu.org/"
@ -54,6 +54,9 @@ src_prepare() {
}
src_configure() {
# bug #790023
append-cxxflags -std=c++14
# lasem is not in the tree
econf \
--without-lasem \