commit: fac3f5f9a4b75e6e0b08c24530392bb5c70bab9a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 08:25:20 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 08:26:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac3f5f9
dev-lang/c-intercal: Append the flag safely.
Fixes: 8246f9809943bf639e34c201273994be63680480
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lang/c-intercal/c-intercal-31.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild
b/dev-lang/c-intercal/c-intercal-31.0.ebuild
index bbcc4938fdb..1639cfbf56f 100644
--- a/dev-lang/c-intercal/c-intercal-31.0.ebuild
+++ b/dev-lang/c-intercal/c-intercal-31.0.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
}
src_configure() {
- append-flags -fno-toplevel-reorder #722862
+ append-cflags $(test-flags-CC -fno-toplevel-reorder) #722862
econf
}