commit: a28423309bc3562113676a5009af778a18447267
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 29 21:10:29 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 29 21:10:29 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a2842330
sci-biology/fsl: updated C++ version
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/fsl/fsl-6.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/fsl/fsl-6.0.4.ebuild b/sci-biology/fsl/fsl-6.0.4.ebuild
index cd91cf192..6e5d6e779 100644
--- a/sci-biology/fsl/fsl-6.0.4.ebuild
+++ b/sci-biology/fsl/fsl-6.0.4.ebuild
@@ -151,8 +151,8 @@ src_compile() {
# define the default build system to match upstream official standard
# -> individual projects may overwrite the '-std=' flag
- export ANSI_CFLAGS="-std=c99"
- export ANSI_CXXFLAGS="-std=c++98"
+ export ANSI_CFLAGS="-std=c11"
+ export ANSI_CXXFLAGS="-std=c++11"
export USERLDFLAGS="${LDFLAGS}"
export USERCFLAGS="${CFLAGS}"