From e0e9a1e3c5dcd6ccc72bd23b5f3152aed523a339 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 17 Sep 2006 01:07:23 +0000 Subject: BROKEN on amd64: Does not build --- www/flock/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/flock') diff --git a/www/flock/Makefile b/www/flock/Makefile index d9cb8f882feb..701b3236aa53 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -52,6 +52,10 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off .include +.if ${ARCH} == "amd64" +BROKEN= Does not build on amd64 +.endif + .if ${ARCH}=="alpha" || ${ARCH}=="ia64" IGNORE= core dumps on ${ARCH} .endif -- cgit