Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241.
authorZac Medico <zmedico@gentoo.org>
Fri, 2 Jun 2006 09:32:26 +0000 (09:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 2 Jun 2006 09:32:26 +0000 (09:32 -0000)
svn path=/main/trunk/; revision=3448

cnf/make.conf.x86-fbsd.diff

index b469e3447057564df87a4918d9b663e43aa3c79c..03157621138728b6d42c5e278740293a3fbd2b1f 100644 (file)
@@ -1,17 +1,18 @@
 --- make.conf  2006-03-19 18:40:11.000000000 +0100
 +++ make.conf.x86-fbsd 2006-03-19 18:26:21.000000000 +0100
-@@ -23,6 +23,15 @@
+@@ -23,6 +23,16 @@
  # Example:
  #USE="X gtk gnome -alsa"
  
 +# Host Setting
 +# ============
 +#
-+# DO NOT CHANGE THIS SETTING UNLESS YOU ARE USING STAGE1!
 +# Change this line as appropriate (i686, i586, i486 or i386).
 +# All modern systems (even Athlons) should use "i686-pc-linux-gnu".
 +# All K6's are i586.
-+CHOST="i686-unknown-freebsd5.3"
++# The version number at the end has to correspond to the version of the
++# profile and of freebsd-lib package.
++CHOST="i686-unknown-freebsd6.1"
 +
  # Host and optimization settings 
  # ==============================
@@ -58,7 +59,7 @@
  # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
  #
 -#ACCEPT_KEYWORDS="~arch"
-+#ACCEPT_KEYWORDS="~x86-fbsd"
++ACCEPT_KEYWORDS="~x86-fbsd"
  
  # Portage Directories
  # ===================