diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-06-03 00:39:47 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-06-03 00:39:47 +0000 |
commit | 588b0c39a5e62b5263c2ac7409b422a2eada85f9 (patch) | |
tree | a3278225852b3e0faf41ceb4d4adb54aac58c98b /lang/gcc45 | |
parent | 7af04e3b308ea4fb006156c3a375d27f6d1a4be4 (diff) | |
download | ports-588b0c39a5e62b5263c2ac7409b422a2eada85f9.tar.gz ports-588b0c39a5e62b5263c2ac7409b422a2eada85f9.zip |
Notes
Diffstat (limited to 'lang/gcc45')
-rw-r--r-- | lang/gcc45/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 963486b55264..6735891c34ca 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -54,6 +54,9 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 WITHOUT_LIBJAVA= yes .endif +# FIXME: we are currently getting weird build failures on some 4.x and +# 5.4 systems, which nobody has been able to track down yet. PR 81788. +WITHOUT_LIBJAVA= yes SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} WRKSRC= ${WRKDIR}/build |