From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FE9A1382C5 for ; Mon, 19 Apr 2021 08:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38CE6E0872; Mon, 19 Apr 2021 08:04:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EF67E0877 for ; Mon, 19 Apr 2021 08:04:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9798D340E93 for ; Mon, 19 Apr 2021 08:04:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39A25729 for ; Mon, 19 Apr 2021 08:04:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618794932.0b1fcb2dc09b9c5e1b66dc7a0a8b5b6f15731f75.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/frama-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/frama-c/frama-c-22.0.ebuild X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0b1fcb2dc09b9c5e1b66dc7a0a8b5b6f15731f75 X-VCS-Branch: master Date: Mon, 19 Apr 2021 08:04:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1e16535-dce7-49e7-a428-d48f81b338af X-Archives-Hash: 63ffea82ec906e23114de980373a495e commit: 0b1fcb2dc09b9c5e1b66dc7a0a8b5b6f15731f75 Author: François-Xavier Carton gmail com> AuthorDate: Mon Apr 19 01:09:12 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 19 01:15:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b1fcb2d sci-mathematics/frama-c: respect CFLAGS Closes: https://bugs.gentoo.org/781647 Signed-off-by: François-Xavier Carton gmail.com> sci-mathematics/frama-c/frama-c-22.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/frama-c/frama-c-22.0.ebuild b/sci-mathematics/frama-c/frama-c-22.0.ebuild index cffc68867..da4cb7ef4 100644 --- a/sci-mathematics/frama-c/frama-c-22.0.ebuild +++ b/sci-mathematics/frama-c/frama-c-22.0.ebuild @@ -53,6 +53,7 @@ S="${WORKDIR}/${P}-${NAME}" src_prepare() { mv configure.in configure.ac || die sed -i 's/configure\.in/configure.ac/g' Makefile.generating Makefile || die + sed -i '/\$(CC)/s/-O2 -g3/$(CFLAGS)/' src/plugins/e-acsl/Makefile.in || die touch config_file || die eautoreconf eapply_user