From 2c2de3c4c0e0452cb5f9dcdc91861295a8bc0854 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 17 Apr 2006 00:24:56 +0000 Subject: - Mark IGNORE on sparc64 since it core dumps at startup --- www/flock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/flock') 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 -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" IGNORE= core dumps on alpha during post-build .endif -- cgit