summaryrefslogtreecommitdiff
path: root/devel/cc65/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
commitbe800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch)
tree2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /devel/cc65/Makefile
parentBROKEN on i386: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=121855
Diffstat (limited to '')
-rw-r--r--devel/cc65/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile
index 95d8383cc3eb..edf02e498a24 100644
--- a/devel/cc65/Makefile
+++ b/devel/cc65/Makefile
@@ -29,6 +29,9 @@ CFLAGS+= -DCC65_INC=\\\"${PREFIX}/lib/cc65/include\\\" \
# Need ${WRKSRC} so that the (slightly ugly) != assignments work
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work
WRKSRC= ${WRKDIR}/cc65-${PORTVERSION}