diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-09-03 22:41:02 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-09-03 22:41:02 +0000 |
commit | 65dd62e09b3ae658ad153b6a5d8c31415c1746de (patch) | |
tree | 9eacf9bec45a8d475bdc635fd7bf9e4c5d1a972d /profiles/default-ppc | |
parent | repoman digest fixes (diff) | |
download | gentoo-2-65dd62e09b3ae658ad153b6a5d8c31415c1746de.tar.gz gentoo-2-65dd62e09b3ae658ad153b6a5d8c31415c1746de.tar.bz2 gentoo-2-65dd62e09b3ae658ad153b6a5d8c31415c1746de.zip |
adding "oss" to all profiles by default (yes, a good thing)
Diffstat (limited to 'profiles/default-ppc')
-rw-r--r-- | profiles/default-ppc/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-ppc/make.defaults b/profiles/default-ppc/make.defaults index cde7911ba233..6e050ece9da9 100644 --- a/profiles/default-ppc/make.defaults +++ b/profiles/default-ppc/make.defaults @@ -20,7 +20,7 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="xv slang readline gpm berkdb gdbm tcpd pam libwww ssl +USE="oss xv slang readline gpm berkdb gdbm tcpd pam libwww ssl nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl mozilla" |