diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-08 00:22:09 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-08 00:22:09 +0000 |
commit | 4f1a0682881208906b0cb190be4b056fb834483e (patch) | |
tree | 6a5cdfbd250c8809009480a3794d2d40662275bc /profiles/default-ppc-2004.2 | |
parent | Stable on x86 per security bug #70240 (diff) | |
download | historical-4f1a0682881208906b0cb190be4b056fb834483e.tar.gz historical-4f1a0682881208906b0cb190be4b056fb834483e.tar.bz2 historical-4f1a0682881208906b0cb190be4b056fb834483e.zip |
f77 -> fortran f77 in all profiles
Diffstat (limited to 'profiles/default-ppc-2004.2')
-rw-r--r-- | profiles/default-ppc-2004.2/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-ppc-2004.2/make.defaults b/profiles/default-ppc-2004.2/make.defaults index d8cb587e6ce5..754a5b403e82 100644 --- a/profiles/default-ppc-2004.2/make.defaults +++ b/profiles/default-ppc-2004.2/make.defaults @@ -9,4 +9,4 @@ CXXFLAGS=${CFLAGS} FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" MAKEOPTS="-j2" PLATFORM=$CHOST -USE="dvd jpeg nls gif png truetype ppc f77" +USE="dvd jpeg nls gif png truetype ppc fortran f77" |