From 2674e6d57dd6fdda5c8e51f73d5d2e432424c2a5 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 30 Nov 2006 23:36:33 +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 376b5a3381ea..41824f80336f 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