diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-08 23:18:28 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-08 23:18:28 +0000 |
commit | 7aa884d0fec68aff0f4ddfbba097444eeaa683ab (patch) | |
tree | ff0a504ea228cf7278af3205f9a0400e6ef168c1 /deskutils/sunbird | |
parent | 8eddc793a4049f84f2c3df875fcc92be3752b064 (diff) |
- Readd IGNORE for sparc64, should be fixed in next version
Notes
Notes:
svn path=/head/; revision=167233
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 b5afd236b571..721736cadcb2 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" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +.if ${ARCH}=="sparc64" +IGNORE= does not build .endif .if ${PERL_LEVEL} < 500600 |