diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-12 23:19:47 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-12 23:19:47 +0000 |
commit | 17443de96a655e05a00205833441dcf3090cda13 (patch) | |
tree | d77048a96843c8e069d44d2e602545d3dc4cf0e3 /profiles/default-macos-10.4/make.defaults | |
parent | Another iteration (diff) | |
download | historical-17443de96a655e05a00205833441dcf3090cda13.tar.gz historical-17443de96a655e05a00205833441dcf3090cda13.tar.bz2 historical-17443de96a655e05a00205833441dcf3090cda13.zip |
A copy of the panther profile. The packages.build will be updated once apple releases
specs for Tiger. I might change in a few versions here and there, if they change some
thing to the base system, Darwin 8
Diffstat (limited to 'profiles/default-macos-10.4/make.defaults')
-rw-r--r-- | profiles/default-macos-10.4/make.defaults | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/profiles/default-macos-10.4/make.defaults b/profiles/default-macos-10.4/make.defaults index d6fd7eaf886f..348c57f777e8 100644 --- a/profiles/default-macos-10.4/make.defaults +++ b/profiles/default-macos-10.4/make.defaults @@ -1,33 +1,18 @@ # Copyright 2004 Pieter Van den Abeele, Gentoo Foundation -# Copyright 2000 Daniel Robbins, Gentoo Foundation. # System-wide defaults for the Portage system -GRP_STAGE23_USE="readline ssl perl python ncurses" - -ARCH="macos" - # Host-type -CHOST=powerpc-apple-darwin -PLATFORM=$CHOST - -# Options passed to make during the build process MAKEOPTS="-j2" -# Fetching command (5 tries, passive ftp for firewall compatibility) -FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -# -o \${DISTDIR}/\${FILE} \${URI}" - -# Global configure options - -# C Compiler flags +COMPILER="gcc3" +CHOST=powerpc-apple-darwin CFLAGS="-O2 -pipe" - -# C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="" - +ARCH="macos" ACCEPT_KEYWORDS="macos" +USE="" +PLATFORM=$CHOST -COMPILER="gcc3" - +FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -# -o \${DISTDIR}/\${FILE} \${URI}" |