diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 00:22:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 00:22:30 +0000 |
commit | ae259b6c820ee803911a30150cb0246dbf43a65d (patch) | |
tree | 7c6dd6d1384ce27cca565c0e4b4b5937d74d4431 /profiles | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-ae259b6c820ee803911a30150cb0246dbf43a65d.tar.gz historical-ae259b6c820ee803911a30150cb0246dbf43a65d.tar.bz2 historical-ae259b6c820ee803911a30150cb0246dbf43a65d.zip |
Mask firebird and apache useflags.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-bsd/fbsd/use.mask | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/default-bsd/fbsd/use.mask b/profiles/default-bsd/fbsd/use.mask index 00003a09f9bd..dd12cc91920b 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.6 2006/04/22 21:16:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.7 2006/04/23 00:22:30 flameeyes Exp $ # TCL/TK still to test tcltk @@ -8,6 +8,12 @@ tcltk # Someone who knows kerberos is needed to make sure that this works kerberos +# Firebird fails make for some semaphore/shm stuff +firebird + +# Apache defaults to Apache 1.x, mask it for the time +apache + # PIE and SSP doesn't work on FreeBSD, so just mask the two flags, as the eclass drops them entirely nopie nossp |