mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
sci-mathematics/frama-c: fix CFLAGS replacement
Closes: https://bugs.gentoo.org/847424 Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user