commit: 42c6f35ddb3e078b3477b1eebd0acd4f59c14b5d
parent 84025bfc976624f67662a2f266cdfb89ecc7f9e1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 22 Mar 2024 19:16:09 +0100
dev-libs/libbulletml: Add -std=c++14 to CXXFLAGS
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild
@@ -44,6 +44,7 @@ src_prepare() {
src_configure() {
tc-export AR CXX
+ export CXXFLAGS="-std=c++14 ${CXXFLAGS}"
}
src_install() {