summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2004-06-09 03:12:50 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2004-06-09 03:12:50 +0000
commit97768c6ddfce3389786d5a75b707667574c2ed7e (patch)
treefe1aa020b06798a3a4e2612937ca2b5d09148ecb /profiles/default-x86-obsd-2004/make.defaults
parentMarked stable on sparc wrt bug #52798. (Manifest recommit) (diff)
downloadgentoo-2-97768c6ddfce3389786d5a75b707667574c2ed7e.tar.gz
gentoo-2-97768c6ddfce3389786d5a75b707667574c2ed7e.tar.bz2
gentoo-2-97768c6ddfce3389786d5a75b707667574c2ed7e.zip
New profile. *WARNING* <-- May change
Diffstat (limited to 'profiles/default-x86-obsd-2004/make.defaults')
-rw-r--r--profiles/default-x86-obsd-2004/make.defaults26
1 files changed, 26 insertions, 0 deletions
diff --git a/profiles/default-x86-obsd-2004/make.defaults b/profiles/default-x86-obsd-2004/make.defaults
new file mode 100644
index 000000000000..2897f6b98e86
--- /dev/null
+++ b/profiles/default-x86-obsd-2004/make.defaults
@@ -0,0 +1,26 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# System-wide defaults for the gcc 3.2 Portage system
+
+#Experimental: trying to use these USE variables to build up from stage 2->3
+#thus eliminating the inherent fragility of using USE for this
+
+GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses"
+
+# Please avoid enabling things by default in here if possible. Understand any
+# implications with core packages. For example, if "java" is in USE and db
+# has a conditional dependency on java (which it does,) then a JDK will be
+# pulled in during *emerge system*!
+
+#USE="x86 avi arts berkdb crypt cups gif gtk imlib jpeg kde gnome libg++
+ libwww mad motif mpeg ncurses nls oggvorbis opengl pdflib png python
+ qt quicktime readline slang spell ssl truetype X xmms xv zlib xml2"
+
+USE="-*"
+
+ARCH="x86"
+COMPILER="gcc"
+ACCEPT_KEYWORDS="x86-obsd"
+CC="gcc"
+CXX="g++"
+USERLAND="BSD"
+