BROKEN on i386: Does not install
This commit is contained in:
parent
8ddcf27602
commit
ec1df20c5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134737
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ CFLAGS+= -DCC65_INC=\\\"${PREFIX}/lib/cc65/include\\\" \
|
|||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.else
|
||||
BROKEN= "Does not install on i386"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/cc65-${PORTVERSION}
|
||||
|
|
Loading…
Reference in a new issue