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 | 7022d53e6186661eee56c518c054abf1d6336903 (patch) | |
tree | 836616c80dab89f8e38a21a08e4e2af358072ee9 /profiles/default-x86-obsd-2004 | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.tar.gz gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.tar.bz2 gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.zip |
Renamed LIBC into ELIBC to avoid bugs.
Diffstat (limited to 'profiles/default-x86-obsd-2004')
-rw-r--r-- | profiles/default-x86-obsd-2004/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-x86-obsd-2004/make.defaults b/profiles/default-x86-obsd-2004/make.defaults index fc14e78af285..9c4a43b0ec1b 100644 --- a/profiles/default-x86-obsd-2004/make.defaults +++ b/profiles/default-x86-obsd-2004/make.defaults @@ -25,12 +25,12 @@ CC="gcc" CXX="g++" USERLAND="BSD" KERNEL="OpenBSD" -LIBC="OpenBSD" +ELIBC="OpenBSD" # 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="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS 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" |