BROKEN on !i386 and !alpha: Does not compile
This commit is contained in:
parent
94aeda9830
commit
53cae8809f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102903
1 changed files with 7 additions and 1 deletions
|
@ -29,6 +29,12 @@ CIIDEST= ${PREFIX}/lib/cii
|
|||
SAMPLES= double calc ids mpcalc wf xref cref iref kref \
|
||||
idents words basename dirname sort spin sieve
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
|
||||
BROKEN= "Does not compile on !i386 and !alpha"
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${MKDIR} ${CIIBUILD}
|
||||
@${MKDIR} ${CIIBUILD}/include
|
||||
|
@ -67,4 +73,4 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/src/* ${PREFIX}/share/doc/cii/src
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue