From 86ecc49dcb6310bf9c9d1a02eaeeaf484d499a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Carton?= Date: Tue, 24 May 2022 23:06:19 +0200 Subject: [PATCH] sci-mathematics/frama-c: respect CFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/840559 Signed-off-by: François-Xavier Carton --- sci-mathematics/frama-c/frama-c-24.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/frama-c/frama-c-24.0.ebuild b/sci-mathematics/frama-c/frama-c-24.0.ebuild index 5234acac61..59f668c96e 100644 --- a/sci-mathematics/frama-c/frama-c-24.0.ebuild +++ b/sci-mathematics/frama-c/frama-c-24.0.ebuild @@ -31,6 +31,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 eautoreconf eapply_user }