From a7d884b6afe50d15fd41d1f878bbf304425eb1e8 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 16 May 2012 15:44:43 +0000 Subject: Do not install programs or libraries with the system immutable flag; it is more annoying than useful. --- eclass/freebsd.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/freebsd.eclass') diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass index f8ab6bdbd812..b09a1f9b0e96 100644 --- a/eclass/freebsd.eclass +++ b/eclass/freebsd.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.19 2012/05/04 13:31:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.20 2012/05/16 15:44:43 aballier Exp $ # # Diego Pettenò @@ -99,7 +99,7 @@ freebsd_src_compile() { use profile && filter-flags "-fomit-frame-pointer" use profile || mymakeopts="${mymakeopts} NO_PROFILE= " - mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS=" + mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= NO_FSCHG=" # Many things breaks when using ricer flags here [[ -z "${NOFLAGSTRIP}" ]] && strip-flags @@ -113,7 +113,7 @@ freebsd_src_compile() { freebsd_src_install() { use profile || mymakeopts="${mymakeopts} NO_PROFILE= " - mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS=" + mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= NO_FSCHG=" [[ -z "${BMAKE}" ]] && BMAKE="$(freebsd_get_bmake)" -- cgit v1.2.3-65-gdbad