forked from Lainports/freebsd-ports
BROKEN on !i386 and !alpha: Does not compile
This commit is contained in:
parent
282fec824b
commit
6d17ec20dd
1 changed files with 7 additions and 1 deletions
|
|
@ -47,6 +47,12 @@ HEADERFILES= 3way.h adler32.h aes.h algebra.h algparam.h arc4.h \
|
|||
twofish.h validate.h wait.h wake.h winpipes.h words.h \
|
||||
xormac.h xtr.h xtrcrypt.h zdeflate.h zinflate.h zlib.h
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
|
||||
BROKEN= "Does not compile on !i386 and !alpha"
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
${STRIP_CMD} ${WRKSRC}/cryptest
|
||||
do-install:
|
||||
|
|
@ -62,4 +68,4 @@ do-install:
|
|||
${CP} ${WRKSRC}/License.txt ${PREFIX}/share/doc/cryptopp/License
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue