diff options
Diffstat (limited to 'profiles/prefix/darwin/make.defaults')
-rw-r--r-- | profiles/prefix/darwin/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/prefix/darwin/make.defaults b/profiles/prefix/darwin/make.defaults index 12de715f3436..536b3649200f 100644 --- a/profiles/prefix/darwin/make.defaults +++ b/profiles/prefix/darwin/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/make.defaults,v 1.1 2009/06/06 03:54:45 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/make.defaults,v 1.2 2009/06/30 16:35:00 darkside Exp $ # System-wide defaults for all Darwin profiles # This file should rarely need to be changed @@ -9,8 +9,8 @@ ELIBC="Darwin" KERNEL="Darwin" -# Sandbox is not ported to Darwin yet, strip isn't GNU -FEATURES="-sandbox nostrip" +# strip isn't GNU +FEATURES="nostrip" # ALSA + Darwin != working USE_EXPAND="-ALSA_CARDS -ALSA_PCM_PLUGINS" |