diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-28 15:54:35 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-28 15:54:35 +0000 |
commit | 0e977cafc9338cc9420e7ed061c87202eda416f6 (patch) | |
tree | 5bd3123fe3885b4ec40514ce1a8aeda387360fed /profiles | |
parent | Fixed man page collision (bug #138352) and improved run-java-tool. (diff) | |
download | gentoo-2-0e977cafc9338cc9420e7ed061c87202eda416f6.tar.gz gentoo-2-0e977cafc9338cc9420e7ed061c87202eda416f6.tar.bz2 gentoo-2-0e977cafc9338cc9420e7ed061c87202eda416f6.zip |
Fix stage1 build b0rkage
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/sparc/sparc64/2006.1/2.4/make.defaults | 3 | ||||
-rw-r--r-- | profiles/default-linux/sparc/sparc64/2006.1/make.defaults | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/profiles/default-linux/sparc/sparc64/2006.1/2.4/make.defaults b/profiles/default-linux/sparc/sparc64/2006.1/2.4/make.defaults index c9d37fff47b3..5dd6ae1e6744 100644 --- a/profiles/default-linux/sparc/sparc64/2006.1/2.4/make.defaults +++ b/profiles/default-linux/sparc/sparc64/2006.1/2.4/make.defaults @@ -1,9 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.1/2.4/make.defaults,v 1.2 2006/06/27 17:52:03 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.1/2.4/make.defaults,v 1.3 2006/06/28 15:54:35 gustavoz Exp $ # USE settings USE="apache2 arts avi berkdb bitmap-fonts crypt cups dlloader eds encode esd fortran fbcon foomaticdb gdbm gcc64 gif gstreamer gtk gtk2 gnome imlib jpeg kde libwww mad mikmod motif mpeg ncurses nls ogg oss opengl pam perl png python pdflib qt3 readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts vorbis X xv xml xmms zlib" +STAGE1_USE="gcc64" # Just the barebones until bug #120088 is properly fixed <gustavoz> USE="${USE} dba gd" diff --git a/profiles/default-linux/sparc/sparc64/2006.1/make.defaults b/profiles/default-linux/sparc/sparc64/2006.1/make.defaults index 8a049bb8eef6..c9a06cb7a84d 100644 --- a/profiles/default-linux/sparc/sparc64/2006.1/make.defaults +++ b/profiles/default-linux/sparc/sparc64/2006.1/make.defaults @@ -1,9 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.1/make.defaults,v 1.3 2006/06/28 14:38:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.1/make.defaults,v 1.4 2006/06/28 15:54:35 gustavoz Exp $ # USE settings USE="apache2 arts avi berkdb bitmap-fonts crypt cups dlloader eds encode esd fortran fbcon foomaticdb gdbm gcc64 gif gstreamer gtk gtk2 gnome imlib jpeg kde libwww mad mikmod motif mpeg ncurses nls nptl nptlonly ogg oss opengl pam perl png python pdflib qt3 readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xv xml xmms zlib" +STAGE1_USE="gcc64 nptl nptlonly" # Just the barebones until bug #120088 is properly fixed <gustavoz> USE="${USE} dba gd" |