summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-24 00:20:35 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-24 00:20:35 +0000
commit947a2419b38e73d80458665cff603b527b050180 (patch)
tree9ba49c735b2a26204da4b8b6526ddafd2bb6a258 /sys-devel/crossdev
parentFix by Lukasz Demianiuk to add support for DESTDIR to emacs dir #127354. (diff)
downloadgentoo-2-947a2419b38e73d80458665cff603b527b050180.tar.gz
gentoo-2-947a2419b38e73d80458665cff603b527b050180.tar.bz2
gentoo-2-947a2419b38e73d80458665cff603b527b050180.zip
add back in fortran fix for kanaka
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-xsys-devel/crossdev/files/crossdev5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index c6efa31c4c3a..18754bfc6759 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.55 2006/03/21 02:21:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.56 2006/03/24 00:20:35 vapier Exp $
cd /
@@ -315,6 +315,7 @@ GCAT="sys-devel" ; GPKG="gcc" ; GVER="[latest]" ; GUSE=""
KCAT="sys-kernel" ; KPKG="linux-headers" ; KVER="[latest]" ; KUSE=""
LCAT="sys-libs" ; LPKG="" ; LVER="[latest]" ; LUSE=""
GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc++ -objc-gc"
+GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran}
WITH_HEADERS="COW" WITH_DEF_HEADERS="no"
EX_FAST="no"
EX_GCC="no"
@@ -558,7 +559,7 @@ USE="${LUSE} ${USE} -_E_CROSS_HEADERS_ONLY" \
is_s4 || exit 0
set_eopts_on_pkg_status ${GPKG} _E_CROSS_BOOTSTRAP
-USE="${GUSE} ${USE} ${GUSE_DISABLE}" \
+USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_2}" \
doemerge ${GPKG} ${GPKG}-stage2
}