summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-freebsd/boot0/boot0-6.1.ebuild')
-rw-r--r--sys-freebsd/boot0/boot0-6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-freebsd/boot0/boot0-6.1.ebuild b/sys-freebsd/boot0/boot0-6.1.ebuild
index 8a608bfa3cd4..0e375235b607 100644
--- a/sys-freebsd/boot0/boot0-6.1.ebuild
+++ b/sys-freebsd/boot0/boot0-6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-6.1.ebuild,v 1.1 2006/05/09 07:33:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-6.1.ebuild,v 1.2 2006/07/18 19:53:48 the_paya Exp $
inherit bsdmk freebsd
@@ -24,7 +24,7 @@ src_unpack() {
freebsd_src_unpack
grep -Zlr -- -ffreestanding "${S}" | xargs -0 sed -i -e \
- 's:-ffreestanding:-ffreestanding -fno-stack-protector -fno-stack-protector-all:g'
+ "s:-ffreestanding:-ffreestanding $(test-flags -fno-stack-protector -fno-stack-protector-all):g"
}
src_install() {