diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-08-11 19:45:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-08-11 19:45:44 +0000 |
commit | e810042f129719a2494863389e47e5afc7a76281 (patch) | |
tree | a2a543c09631709350b24b10ad41e059bb1caad9 /lang/gcc47 | |
parent | - Update to 1.06 (noop bump) (diff) |
Add missing note on the CONFLICTS with lang/gcc295.
Reported by: cy
Diffstat (limited to 'lang/gcc47')
-rw-r--r-- | lang/gcc47/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 657ebfbb46a1..127b4a74d301 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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 |