From f402b599a9886728a65039f440931785c417efc8 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 5 Jul 2006 23:14:34 +0000 Subject: - Add sparc64 back on the map for kern.osreldate>=601101 --- deskutils/lightning-thunderbird/Makefile | 4 ++-- deskutils/lightning/Makefile | 4 ++-- deskutils/sunbird/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile index f1ab524b4747..b5afd236b571 100644 --- a/deskutils/lightning-thunderbird/Makefile +++ b/deskutils/lightning-thunderbird/Makefile @@ -42,8 +42,8 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar BROKEN= does not build .endif -.if ${ARCH}=="sparc64" -IGNORE= core dumps on ${ARCH} +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif .if ${PERL_LEVEL} < 500600 diff --git a/deskutils/lightning/Makefile b/deskutils/lightning/Makefile index f1ab524b4747..b5afd236b571 100644 --- a/deskutils/lightning/Makefile +++ b/deskutils/lightning/Makefile @@ -42,8 +42,8 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar BROKEN= does not build .endif -.if ${ARCH}=="sparc64" -IGNORE= core dumps on ${ARCH} +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif .if ${PERL_LEVEL} < 500600 diff --git a/deskutils/sunbird/Makefile b/deskutils/sunbird/Makefile index f1ab524b4747..b5afd236b571 100644 --- a/deskutils/sunbird/Makefile +++ b/deskutils/sunbird/Makefile @@ -42,8 +42,8 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar BROKEN= does not build .endif -.if ${ARCH}=="sparc64" -IGNORE= core dumps on ${ARCH} +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif .if ${PERL_LEVEL} < 500600 -- cgit