diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-06 07:14:34 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-06 07:14:34 +0800 |
commit | f402b599a9886728a65039f440931785c417efc8 (patch) | |
tree | f2191e9e3e7ae28bbbe3aaf9ae069ad29ee47179 /deskutils/sunbird | |
parent | b775f1442a2ca6695c184794a7668aa81776bd8e (diff) | |
download | freebsd-ports-gnome-f402b599a9886728a65039f440931785c417efc8.tar.gz freebsd-ports-gnome-f402b599a9886728a65039f440931785c417efc8.tar.zst freebsd-ports-gnome-f402b599a9886728a65039f440931785c417efc8.zip |
- Add sparc64 back on the map for kern.osreldate>=601101
Diffstat (limited to 'deskutils/sunbird')
-rw-r--r-- | deskutils/sunbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |