summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-03 18:45:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-03 18:45:21 +0000
commit7022d53e6186661eee56c518c054abf1d6336903 (patch)
tree836616c80dab89f8e38a21a08e4e2af358072ee9 /profiles/default-macos-10.4/make.defaults
parentAdded ~ppc64 (diff)
downloadgentoo-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-macos-10.4/make.defaults')
-rw-r--r--profiles/default-macos-10.4/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-macos-10.4/make.defaults b/profiles/default-macos-10.4/make.defaults
index e569d5980a9c..b5e6a09091cf 100644
--- a/profiles/default-macos-10.4/make.defaults
+++ b/profiles/default-macos-10.4/make.defaults
@@ -19,11 +19,11 @@ FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -# -o \${DISTDIR}/\${FILE} \${U
# 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"
USERLAND="BSD"
KERNEL="Darwin"
-LIBC="Darwin"
+ELIBC="Darwin"