diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-17 00:24:56 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-17 00:24:56 +0000 |
commit | 64ebc39d0f55679ef8f078e22b95544bd66095b0 (patch) | |
tree | f2d80087574e2b192638b8095ed87cbf6724d8f9 /www/flock | |
parent | - Doh, s/||/&&/ so we can really detect if you're using sparc64 or ia64 (diff) |
- Mark IGNORE on sparc64 since it core dumps at startup
Diffstat (limited to 'www/flock')
-rw-r--r-- | www/flock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index 295884fb32d6..39903e8f3f45 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -44,7 +44,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" IGNORE= core dumps on alpha during post-build .endif |