aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-29 16:33:40 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-29 16:33:40 +0800
commitae7273d3fcee6e8299d88a7b9d6ecd569ca503e9 (patch)
tree4965cafeb34c00dbcbe422f48a98e7f31b2be17a /www/mozilla
parent9a22f8e40a26a963494a60f2fa583157a3837284 (diff)
downloadfreebsd-ports-gnome-ae7273d3fcee6e8299d88a7b9d6ecd569ca503e9.tar.gz
freebsd-ports-gnome-ae7273d3fcee6e8299d88a7b9d6ecd569ca503e9.tar.zst
freebsd-ports-gnome-ae7273d3fcee6e8299d88a7b9d6ecd569ca503e9.zip
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.
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile7
1 files changed, 5 insertions, 2 deletions
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) || \