diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-01-23 15:31:05 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-01-23 15:31:05 +0000 |
commit | 675727fee8fb383920bdf2bf6d159fddab38aaad (patch) | |
tree | 91d2791abaaeccb8b44cc37cd5f7ecd3352d2537 /profiles | |
parent | Added nls to the defaul USE flags (diff) | |
download | gentoo-2-675727fee8fb383920bdf2bf6d159fddab38aaad.tar.gz gentoo-2-675727fee8fb383920bdf2bf6d159fddab38aaad.tar.bz2 gentoo-2-675727fee8fb383920bdf2bf6d159fddab38aaad.zip |
Added nls to the default USE flags
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-sparc-1.4/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-sparc-1.4/make.defaults b/profiles/default-sparc-1.4/make.defaults index 26493f56c784..d9382ae84f84 100644 --- a/profiles/default-sparc-1.4/make.defaults +++ b/profiles/default-sparc-1.4/make.defaults @@ -22,7 +22,7 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} USE="arts berkdb crypt fbcon gdbm gtk imlib java jpeg kde gnome libwww mikmod motif mpeg - ncurses opengl pam perl png python qt readline slang spell ssl tcpd truetype X xv zlib" + ncurses nls opengl pam perl png python qt readline slang spell ssl tcpd truetype X xv zlib" # The following USE flags are NOT recommended for sparc32 and might cause breakage... # mmx, 3dnow, sse, svga, gpm, |