diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-03 18:45:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-03 18:45:21 +0000 |
commit | 842ccb510176d735503a0a41b9eeb4b0b586f88b (patch) | |
tree | 0b0ebd6378dff27633e75c380998d21eff860d1c /profiles/default-bsd | |
parent | Added ~ppc64 (diff) | |
download | historical-842ccb510176d735503a0a41b9eeb4b0b586f88b.tar.gz historical-842ccb510176d735503a0a41b9eeb4b0b586f88b.tar.bz2 historical-842ccb510176d735503a0a41b9eeb4b0b586f88b.zip |
Renamed LIBC into ELIBC to avoid bugs.
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/x86/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-bsd/fbsd/x86/make.defaults b/profiles/default-bsd/fbsd/x86/make.defaults index f507a0865513..146e91f82cb4 100644 --- a/profiles/default-bsd/fbsd/x86/make.defaults +++ b/profiles/default-bsd/fbsd/x86/make.defaults @@ -1,7 +1,7 @@ # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. Flat profiles also need to # be updated appropriately. -USE_EXPAND="VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC" +USE_EXPAND="VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf" |