diff options
author | 2004-10-28 19:35:25 +0000 | |
---|---|---|
committer | 2004-10-28 19:35:25 +0000 | |
commit | 4ff4ba675c5e55d60733c90594bd174ff3111fa4 (patch) | |
tree | 7aaabce4b6f47a05063f02fdb503c7fc06389d0b /profiles/n32-mips-2004.1 | |
parent | Picked up maintenance of valgrind (diff) | |
download | historical-4ff4ba675c5e55d60733c90594bd174ff3111fa4.tar.gz historical-4ff4ba675c5e55d60733c90594bd174ff3111fa4.tar.bz2 historical-4ff4ba675c5e55d60733c90594bd174ff3111fa4.zip |
Remove xprint from make.defaults. X builds libXp by default even with USE=-xprint, so this is no longer needed. This will restore all other xprint-using apps to their previous default behavior.
Diffstat (limited to 'profiles/n32-mips-2004.1')
-rw-r--r-- | profiles/n32-mips-2004.1/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/n32-mips-2004.1/make.defaults b/profiles/n32-mips-2004.1/make.defaults index b0e06304fa44..48609a8bf9d1 100644 --- a/profiles/n32-mips-2004.1/make.defaults +++ b/profiles/n32-mips-2004.1/make.defaults @@ -22,7 +22,7 @@ CFLAGS="-O2 -pipe -mabi=n32 -mips4" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="bitmap-fonts xprint slang readline gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips n32 -multilib" +USE="bitmap-fonts slang readline gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips n32 -multilib" ACCEPT_KEYWORDS="mips ~mips" |