diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
commit | fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch) | |
tree | acb4b2fabfae7f10029c7fcb78c44f91b703fedb /security/libtomcrypt | |
parent | eeb17e1ca98491961c26e52c69d27894af6a85aa (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 3a5ca13c8384..7da50afc19b6 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_powerpc64= fails to compile: unrecognized command line option "-Wno-type-limits" + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CFLAGS+= -I${LOCALBASE}/include |