diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-06 17:23:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-06 17:23:12 +0000 |
commit | 790de65f029b0cc376d6522161a27fc28194849e (patch) | |
tree | a0b1d6d689e073bc96f63cfb2f3bee6d4c09a920 /security/p5-Crypt-Curve25519 | |
parent | b7a5b0967105dee4490205a4762d2aeaaf6a2818 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-Curve25519')
-rw-r--r-- | security/p5-Crypt-Curve25519/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Crypt-Curve25519/Makefile b/security/p5-Crypt-Curve25519/Makefile index 6aca7f5846c8..ab814821a6d6 100644 --- a/security/p5-Crypt-Curve25519/Makefile +++ b/security/p5-Crypt-Curve25519/Makefile @@ -14,6 +14,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= Fails to build: -m32 flag is not supported by this configuration +BROKEN_mips64= Fails to build: -m32 flag is not supported by this configuration +BROKEN_powerpc64= Fails to build: architecture of input file is incompatible with powerpc:common64 output +BROKEN_sparc64= Fails to build: -m32 flag is not supported by this configuration + USE_PERL5= configure USES= perl5 ssl |