From 997d9367d911f112ef3a121a1cbe916ca0dae706 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 5 Jul 2006 22:12:13 +0000 Subject: - Welcome back sparc64 on kern.osreldate>=601101 --- www/firefox-esr/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/firefox-esr') diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 94b4262825b7..5ba9750a7998 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -44,10 +44,14 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" +.if ${ARCH}=="alpha" && ${OSVERSION} < 500035 IGNORE= core dumps on ${ARCH} .endif +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= core dumps on ${ARCH}, kern.osreldate>=601101 needed +.endif + .if ${OSVERSION} >= 600000 MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo .endif -- cgit v1.2.3