diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:01:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:01:28 +0000 |
commit | 1192174275af7767c196be58b8557d2e7075a92b (patch) | |
tree | aafba852ea55d94b9b6c40b1b51bcc6df739d67b /devel/cc65 | |
parent | a903a186ff344229b206ae3e1a4ef192d3bdccb5 (diff) | |
download | ports-1192174275af7767c196be58b8557d2e7075a92b.tar.gz ports-1192174275af7767c196be58b8557d2e7075a92b.zip |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=106037
Diffstat (limited to 'devel/cc65')
-rw-r--r-- | devel/cc65/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index ca128ba1ba33..3d2856d65a60 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -29,6 +29,11 @@ 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} |