aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/frama-c/frama-c-24.0.ebuild')
-rw-r--r--sci-mathematics/frama-c/frama-c-24.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/frama-c/frama-c-24.0.ebuild b/sci-mathematics/frama-c/frama-c-24.0.ebuild
index 6d8212f5a..7427c5594 100644
--- a/sci-mathematics/frama-c/frama-c-24.0.ebuild
+++ b/sci-mathematics/frama-c/frama-c-24.0.ebuild
@@ -33,7 +33,7 @@ src_prepare() {
mv configure.in configure.ac || die
sed -i 's/configure\.in/configure.ac/g' Makefile.generating Makefile || die
touch config_file || die
- sed -i '/^\t\$(CC)/s/ -O3 /$(CFLAGS)/' Makefile || die
+ sed -i '/^\t\$(CC)/s/ -O3 / $(CFLAGS) /' Makefile || die
eautoreconf
default
}