diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-03-19 14:38:53 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-03-19 14:38:53 +0000 |
commit | 9d23ddc92c2d9595c67982e27b18945b05b9e5d9 (patch) | |
tree | 5cdad0c883cc1d680b46719413b20c3c847e3db0 /profiles/default-darwin | |
parent | autoreconf is not needed. fix doexec to doexe (diff) | |
download | gentoo-2-9d23ddc92c2d9595c67982e27b18945b05b9e5d9.tar.gz gentoo-2-9d23ddc92c2d9595c67982e27b18945b05b9e5d9.tar.bz2 gentoo-2-9d23ddc92c2d9595c67982e27b18945b05b9e5d9.zip |
Make ffcall default for GNUstep
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-darwin/macos/make.defaults b/profiles/default-darwin/macos/make.defaults index af8425fe3a05..ace7e4778952 100644 --- a/profiles/default-darwin/macos/make.defaults +++ b/profiles/default-darwin/macos/make.defaults @@ -5,5 +5,5 @@ ARCH="ppc" ACCEPT_KEYWORDS="ppc-macos" -USE="opengl ppc-macos" +USE="opengl ffcall ppc-macos" |