- Fix compilation on 9.0 [1]

- Mark MAKE_JOBS_SAFE

Reported by:	pav@ [1]
Fixed by:	John Marino <draco@marino.st> (maintainer, via email)
This commit is contained in:
Frederic Culot 2011-07-24 10:52:53 +00:00
parent 6b37b32dce
commit 98c45ac7a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278230

View File

@ -28,6 +28,7 @@ USE_BISON= build
USE_PERL5_BUILD= yes
USE_LDCONFIG= yes
ALL_TARGET= default
MAKE_JOBS_SAFE= yes
SNAPSHOT= 20110627
GCC_BRANCH= 4.6
@ -175,6 +176,12 @@ post-extract:
# The only shared lib is libc.so.7, so it should work for a long time.
# if FBSD 9.0 upgrades libc, a compat8x requirement could be added
# for FreeBSD 7.x and 8.x
.if ${OSVERSION} > 900000
# Since June 7, bootstrap compiler's include-fixed headers have been
# incompatible with FreeBSD 9.0-CURRENT
${RM} -rf ${BOOTSTRAP_PREFIX}/lib/gcc/${BOOTSTRAP_TRIPLET}/include-fixed
.endif
.endif
do-configure: