diff options
author | gerald <gerald@FreeBSD.org> | 2007-08-12 03:45:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-08-12 03:45:44 +0800 |
commit | 06b5b6449783eb2c3961da04a0a4e02b691d12a7 (patch) | |
tree | 124705a747e7c8d7be30f3a020c0707431223d60 /lang/gcc43 | |
parent | 1026fe40055d256bf43ba63c4d1fdb0aa795f8a8 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |