diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 183dafef64e1..4da83c6297b6 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -52,7 +52,7 @@ MOZ_OPTIONS+= --enable-glitz LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz .endif -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" IGNORE= core dumps on ${ARCH} during post-build .endif diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 183dafef64e1..4da83c6297b6 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -52,7 +52,7 @@ MOZ_OPTIONS+= --enable-glitz LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz .endif -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" IGNORE= core dumps on ${ARCH} during post-build .endif |