diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-10 13:17:19 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-10 13:17:19 +0000 |
commit | e6319f5a31a7ee6afa779cca02abae7694063215 (patch) | |
tree | 904e0f0c6d616212b66576ef72052f445892d92a | |
parent | ed1548773960b674f97d72ce5066e896ebbdc1b7 (diff) | |
download | ports-e6319f5a31a7ee6afa779cca02abae7694063215.tar.gz ports-e6319f5a31a7ee6afa779cca02abae7694063215.zip |
security/heaan: same issue as on i386
-rw-r--r-- | security/heaan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/heaan/Makefile b/security/heaan/Makefile index 82ea9331e96b..17907a57af27 100644 --- a/security/heaan/Makefile +++ b/security/heaan/Makefile @@ -10,6 +10,7 @@ LICENSE= CC-BY-3.0 LICENSE_FILE= ${WRKSRC}/../../LICENSE BROKEN_i386= error: __int128 is not supported on this target +BROKEN_powerpc= error: __int128 is not supported on this target LIB_DEPENDS= libntl.so:math/ntl |