diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-27 11:19:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-27 11:19:37 +0000 |
commit | 2b02b0ee4dc9898cf46db2a4a99b1032187932c9 (patch) | |
tree | cf8474187dbb0b0fafcb42951acf9c1cefad62fe /profiles/default-bsd | |
parent | Fix for gcc-4.1 (diff) | |
download | historical-2b02b0ee4dc9898cf46db2a4a99b1032187932c9.tar.gz historical-2b02b0ee4dc9898cf46db2a4a99b1032187932c9.tar.bz2 historical-2b02b0ee4dc9898cf46db2a4a99b1032187932c9.zip |
Mask fftw flag as fftw can't build on FreeBSD.
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/use.mask | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-bsd/fbsd/use.mask b/profiles/default-bsd/fbsd/use.mask index 6483612f605f..f87f2b0a85b2 100644 --- a/profiles/default-bsd/fbsd/use.mask +++ b/profiles/default-bsd/fbsd/use.mask @@ -1,6 +1,6 @@ # Copyright 2004-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.12 2006/05/26 13:49:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.13 2006/05/27 11:19:37 flameeyes Exp $ # Someone who knows kerberos is needed to make sure that this works kerberos @@ -15,6 +15,9 @@ apache # Unlikely that we'll ever get xmms working xmms +# fftw requires sinl and cosl function, not present in FreeBSD +fftw + # PIE doesn't work on FreeBSD, so just mask the no* flag as the eclass drop it # entirely, but we have hardened. nopie |