From 86b60c23c7f2e2a6544b641d7392d92ee6b7c293 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 13 Aug 2007 02:16:13 +0000 Subject: [PATCH] Mark as BROKEN on IA64: does not compile, fix unknown. --- x11-toolkits/hs-frantk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index 3905fd55217b..1a977d055ec2 100644 --- a/x11-toolkits/hs-frantk/Makefile +++ b/x11-toolkits/hs-frantk/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 .if ${ARCH} == "amd64" CFLAGS+= -fPIC +.elif ${ARCH} == "ia64" +BROKEN= Does not compile .endif USE_GMAKE= yes