From 4f2a7ac379964c74543f230ef154d42bf0706aab Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 14 Mar 2004 01:41:35 +0000 Subject: [PATCH] This is BROKEN everywhere except i386 4.x. --- x11/decurs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index 4265f633d139..fef9b8d0f630 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -22,8 +22,8 @@ GNU_CONFIGURE= yes .include -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.if ${OSVERSION} >= 501000 || ${ARCH} != "i386" +BROKEN= "Does not compile on FreeBSD ${OSVERSION} or on !i386" .endif post-patch: