mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/libmcpp: build w/ -std=gnu17
There's some patches on the linked bug but we're already applying a bunch. We may switch to the mentioned fork though. Closes: https://bugs.gentoo.org/944370 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
MY_PN=${PN/lib/}
|
||||
MY_P=$(ver_cut 1-4 ${MY_PN}-${PV})
|
||||
@@ -38,6 +38,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #944370
|
||||
append-cflags -std=gnu17
|
||||
|
||||
econf --enable-mcpplib
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user