From a28423309bc3562113676a5009af778a18447267 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 29 Feb 2024 16:10:29 -0500 Subject: sci-biology/fsl: updated C++ version Signed-off-by: Horea Christian --- sci-biology/fsl/fsl-6.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-biology') 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}" -- cgit v1.2.3-65-gdbad