From ae7273d3fcee6e8299d88a7b9d6ecd569ca503e9 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 29 Sep 2007 08:33:40 +0000 Subject: Mark this as broken on amd64-current and sparc64-current. It's deprecated, anyways. While here, hush up complaints from conditional bsd.perl.mk install. --- www/mozilla/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/mozilla') diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 2d4a91a00a46..25d4eee0913b 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -31,6 +31,7 @@ WANT_GNOME= yes HAS_CONFIGURE= yes MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin ALL_TARGET= default +WANT_PERL= yes CONFIGURE_ENV= LOCALBASE=${LOCALBASE} @@ -69,8 +70,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch2-nsSVGLibartGlyphMetricsFT.cpp LATEST_LINK= ${MOZILLA} -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on ${ARCH} during post-build +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif .endif .if defined(WITH_CALENDAR) && (defined(WITHOUT_MAILNEWS) || \ -- cgit