Broken on !i386: Does not compile
This commit is contained in:
parent
76a02c2544
commit
e0b8be773c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101804
1 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,12 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
|||
|
||||
EXAMPLES_DIR= ${PREFIX}/share/examples/chpp
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLES_DIR}
|
||||
${TAR} -C ${WRKSRC}/test -cf - . | \
|
||||
|
@ -31,4 +37,4 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue