1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

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.
This commit is contained in:
Mark Linimon 2007-09-29 08:33:40 +00:00
parent 88d1f47e25
commit ec89cd9773
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200327

View File

@ -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) || \