summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 11:19:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 11:19:32 +0000
commitf632a1808fddd0535ac4623daf01316728529eea (patch)
treeee84eab987bc47a208220f5d206d730ea6eb071c /graphics
parentBROKEN on alpha: Does not compile (diff)
BROKEN on !i386 as well: Configure fails.
Notes
Notes: svn path=/head/; revision=102997
Diffstat (limited to 'graphics')
-rw-r--r--graphics/hpoj/Makefile4
1 files changed, 4 insertions, 0 deletions
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