aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc43
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2007-08-12 03:45:44 +0800
committergerald <gerald@FreeBSD.org>2007-08-12 03:45:44 +0800
commit06b5b6449783eb2c3961da04a0a4e02b691d12a7 (patch)
tree124705a747e7c8d7be30f3a020c0707431223d60 /lang/gcc43
parent1026fe40055d256bf43ba63c4d1fdb0aa795f8a8 (diff)
downloadfreebsd-ports-gnome-06b5b6449783eb2c3961da04a0a4e02b691d12a7.tar.gz
freebsd-ports-gnome-06b5b6449783eb2c3961da04a0a4e02b691d12a7.tar.zst
freebsd-ports-gnome-06b5b6449783eb2c3961da04a0a4e02b691d12a7.zip
Add missing note on the CONFLICTS with lang/gcc295.
Reported by: cy
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