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/gcc43 | |
parent | f215574917bb6e5ca5190f20656429fbe965cacc (diff) | |
download | ports-e810042f129719a2494863389e47e5afc7a76281.tar.gz ports-e810042f129719a2494863389e47e5afc7a76281.zip |
Notes
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 |