diff options
author | 2004-09-09 08:07:10 +0000 | |
---|---|---|
committer | 2004-09-09 08:07:10 +0000 | |
commit | 9274be7267f0816c3616d0722893b1557f444ede (patch) | |
tree | 374738948e0fc18a8767b751c79135100e8f0353 /profiles/default-mips-2004.1/make.defaults | |
parent | add xprint and bitmap-fonts to the default flag set (diff) | |
download | historical-9274be7267f0816c3616d0722893b1557f444ede.tar.gz historical-9274be7267f0816c3616d0722893b1557f444ede.tar.bz2 historical-9274be7267f0816c3616d0722893b1557f444ede.zip |
remove xprint and bitmap-fonts from use.defaults and put into make.defaults
Diffstat (limited to 'profiles/default-mips-2004.1/make.defaults')
-rw-r--r-- | profiles/default-mips-2004.1/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-mips-2004.1/make.defaults b/profiles/default-mips-2004.1/make.defaults index 7d8f8d15b5ef..3b7b4763ffa9 100644 --- a/profiles/default-mips-2004.1/make.defaults +++ b/profiles/default-mips-2004.1/make.defaults @@ -20,6 +20,6 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" +USE="bitmap-fonts xprint slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" ACCEPT_KEYWORDS="mips" |