diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-05 22:12:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-05 22:12:13 +0000 |
commit | 997d9367d911f112ef3a121a1cbe916ca0dae706 (patch) | |
tree | 928738530956fe431f5f504c65dd56402c8eba7d /www/firefox-esr | |
parent | 5cc8b1f47545ed3c14ee17263163e2835bce130c (diff) | |
download | ports-997d9367d911f112ef3a121a1cbe916ca0dae706.tar.gz ports-997d9367d911f112ef3a121a1cbe916ca0dae706.zip |
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 <bsd.port.pre.mk> -.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 |