diff options
Diffstat (limited to 'www/flock/Makefile')
-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 |