summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-12-26 10:19:31 +0100
committerFabian Groffen <grobian@gentoo.org>2019-12-26 10:19:44 +0100
commitb7f6b2f4e3b2caf48d538d1ed5859e6c16228a25 (patch)
tree1e7f2e4913281694b01ff6d0187b40e68ad29794 /sys-libs/csu
parentapp-office/libreoffice-l10n: Drop 6.3.3.2 (diff)
downloadgentoo-b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25.tar.gz
gentoo-b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25.tar.bz2
gentoo-b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25.zip
sys-libs/csu: revbump to respect CFLAGS
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-libs/csu')
-rw-r--r--sys-libs/csu/csu-85-r1.ebuild (renamed from sys-libs/csu/csu-85.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/csu/csu-85.ebuild b/sys-libs/csu/csu-85-r1.ebuild
index 6d0fb053db7f..28ea492c1a5d 100644
--- a/sys-libs/csu/csu-85.ebuild
+++ b/sys-libs/csu/csu-85-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -29,6 +29,7 @@ src_prepare() {
-e 's:$(SYMROOT)/crt0.o::' \
-e '/LOCLIBDIR)\/crt0.o/d' \
-e '/^CC = /d' \
+ -e "/ARCH_CFLAGS =/s|=|= ${CFLAGS}|" \
Makefile || die
# only require Availability.h for arm, bugs #538602, #539964