summaryrefslogtreecommitdiff
path: root/lang/gcc43
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2007-08-11 19:45:44 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2007-08-11 19:45:44 +0000
commite810042f129719a2494863389e47e5afc7a76281 (patch)
treea2a543c09631709350b24b10ad41e059bb1caad9 /lang/gcc43
parent- Update to 1.06 (noop bump) (diff)
Add missing note on the CONFLICTS with lang/gcc295.
Reported by: cy
Notes
Notes: svn path=/head/; revision=197485
Diffstat (limited to 'lang/gcc43')
-rw-r--r--lang/gcc43/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile
index 657ebfbb46a1..127b4a74d301 100644
--- a/lang/gcc43/Makefile
+++ b/lang/gcc43/Makefile
@@ -28,6 +28,8 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
SUFFIX= 43
LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX}
NOT_FOR_ARCHS= alpha ia64
+# Building libgcj with lang/gcc295 installed is causing a failure about
+# "hidden symbol `__eprintf'" in libgcc.a(_eprintf.o).
CONFLICTS= gcc-2.95.*
USE_BISON= yes
USE_BZIP2= yes