diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 00:47:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 00:47:14 +0000 |
commit | f1c5b78c485b8330d92249bb1b72e002c1b429a0 (patch) | |
tree | ce0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /security/libtomcrypt | |
parent | 58c64d8bbb6675f107ee162754b03fc686bb65d0 (diff) |
Notes
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 7da50afc19b6..39621f7446b0 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -14,6 +14,8 @@ COMMENT= Comprehensive, modular, and portable cryptographic toolkit LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-type-limits" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-type-limits" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-type-limits" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |