From da34576b9dcef8d6ad838edf9574595f93779bb6 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 7 Sep 2005 00:13:27 +0000 Subject: [PATCH] BROKEN on amd64: Does not compile --- graphics/k3d/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index e7188cc65c54..8c13bd8bdd78 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -50,6 +50,10 @@ MAN1= k3d.1 BROKEN= "Does not compile on FreeBSD 4.x" .endif +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-install: .for dir in ${PREFIX}/include/k3d ${PREFIX}/share/k3d ${PREFIX}/lib/k3d @${FIND} ${dir} ! -type d | \