diff options
author | gerald <gerald@FreeBSD.org> | 2005-06-03 08:39:47 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-06-03 08:39:47 +0800 |
commit | 1188a067f37b56e11e6214ed07db228fa2bf851b (patch) | |
tree | 54c4c5297e475e492c4f3add57a2d0cedfb3027e /lang/gcc46 | |
parent | eb8a5d5dfe98c8dbb963768b24313238489b1c49 (diff) | |
download | freebsd-ports-gnome-1188a067f37b56e11e6214ed07db228fa2bf851b.tar.gz freebsd-ports-gnome-1188a067f37b56e11e6214ed07db228fa2bf851b.tar.zst freebsd-ports-gnome-1188a067f37b56e11e6214ed07db228fa2bf851b.zip |
Generally disable libjava again, since it mysteriously causes the build to
fail on the ports cluster and some users's system, just not those Loren and
me have access to.
PR: 81788
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 963486b55264..6735891c34ca 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/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 |