From 8fe8208cb260c0ef56a518ddf0f432886760870f Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 5 Mar 2004 11:19:32 +0000 Subject: BROKEN on !i386 as well: Configure fails. --- graphics/hpoj/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics') diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index d7e0ef601034..b16e954686c8 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -54,6 +54,10 @@ PLIST_SUB+= X11="@comment " BROKEN= "ffs() clash, see i386/41930" .endif +.if ${ARCH} != "i386" +BROKEN= "Configure fails on !i386" +.endif + .if ${ARCH} == "alpha" EXTRA_PATCHES= ${FILESDIR}/extra-patch-mlcd-Makefile.in \ ${FILESDIR}/extra-patch-mlcd-ParPort.h -- cgit