diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2006-01-27 05:26:49 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2006-01-27 05:26:49 +0000 |
commit | 17286e374c8a8f3e06e73409e549f8c66968d5de (patch) | |
tree | 626905ccd5328969989b7d5d08e1dc20efb7f3ee /profiles/default-linux | |
parent | Make sure the inverted options are handled properly #111557. (diff) | |
download | historical-17286e374c8a8f3e06e73409e549f8c66968d5de.tar.gz historical-17286e374c8a8f3e06e73409e549f8c66968d5de.tar.bz2 historical-17286e374c8a8f3e06e73409e549f8c66968d5de.zip |
Add pam to STAGE1_USE for the make.defaults that wolf31o2 missed.
Diffstat (limited to 'profiles/default-linux')
4 files changed, 10 insertions, 8 deletions
diff --git a/profiles/default-linux/ppc/2006.0/ppc32/G3/make.defaults b/profiles/default-linux/ppc/2006.0/ppc32/G3/make.defaults index 191b59456d40..4e27eebd71a1 100644 --- a/profiles/default-linux/ppc/2006.0/ppc32/G3/make.defaults +++ b/profiles/default-linux/ppc/2006.0/ppc32/G3/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc32/G3/make.defaults,v 1.2 2006/01/24 16:32:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc32/G3/make.defaults,v 1.3 2006/01/27 05:26:49 dostrow Exp $ CFLAGS="-O2 -mtune=G3 -mcpu=G3 -pipe" CXXFLAGS="${CFLAGS}" -STAGE1_USE="unicode" +STAGE1_USE="pam unicode" USE="${STAGE1_USE} alsa apache2 apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg opengl pam perl pdflib png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml xmms xv zlib" diff --git a/profiles/default-linux/ppc/2006.0/ppc32/G4/make.defaults b/profiles/default-linux/ppc/2006.0/ppc32/G4/make.defaults index 72f0d2e143b6..00c859be163a 100644 --- a/profiles/default-linux/ppc/2006.0/ppc32/G4/make.defaults +++ b/profiles/default-linux/ppc/2006.0/ppc32/G4/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc32/G4/make.defaults,v 1.2 2006/01/24 16:32:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc32/G4/make.defaults,v 1.3 2006/01/27 05:26:49 dostrow Exp $ CFLAGS="-O2 -mtune=G4 -mcpu=G4 -maltivec -mabi=altivec -pipe" CXXFLAGS="${CFLAGS}" -STAGE1_USE="altivec unicode" +STAGE1_USE="altivec pam unicode" USE="${STAGE1_USE} alsa apache2 apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg opengl pam perl pdflib png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml xmms xv zlib" diff --git a/profiles/default-linux/ppc/2006.0/ppc64/32bit-userland/970/make.defaults b/profiles/default-linux/ppc/2006.0/ppc64/32bit-userland/970/make.defaults index 4ad647e55651..9b3b65085549 100644 --- a/profiles/default-linux/ppc/2006.0/ppc64/32bit-userland/970/make.defaults +++ b/profiles/default-linux/ppc/2006.0/ppc64/32bit-userland/970/make.defaults @@ -1,8 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc64/32bit-userland/970/make.defaults,v 1.1 2006/01/22 19:55:15 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc64/32bit-userland/970/make.defaults,v 1.2 2006/01/27 05:26:49 dostrow Exp $ CFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec" CXXFLAGS=${CFLAGS} -STAGE1_USE="altivec gcc64 unicode" +STAGE1_USE="altivec gcc64 pam unicode" +USE="${STAGE1_USE} ${USE}" diff --git a/profiles/default-linux/ppc/2006.0/ppc64/64bit-userland/970/make.defaults b/profiles/default-linux/ppc/2006.0/ppc64/64bit-userland/970/make.defaults index 840a0566f2c8..d68ba8e92a6f 100644 --- a/profiles/default-linux/ppc/2006.0/ppc64/64bit-userland/970/make.defaults +++ b/profiles/default-linux/ppc/2006.0/ppc64/64bit-userland/970/make.defaults @@ -1,8 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc64/64bit-userland/970/make.defaults,v 1.1 2006/01/22 19:55:15 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2006.0/ppc64/64bit-userland/970/make.defaults,v 1.2 2006/01/27 05:26:49 dostrow Exp $ CFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec" CXXFLAGS=${CFLAGS} -STAGE1_USE="altivec unicode" +STAGE1_USE="altivec pam unicode" +USE="${STAGE1_USE} ${USE}" |