svn commit: r548940 - head/security/heaan

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 19 04:40:38 UTC 2020


Author: yuri
Date: Sat Sep 19 04:40:37 2020
New Revision: 548940
URL: https://svnweb.freebsd.org/changeset/ports/548940

Log:
  security/heaan: Broken on i386
  
  Reported by:	fallout

Modified:
  head/security/heaan/Makefile

Modified: head/security/heaan/Makefile
==============================================================================
--- head/security/heaan/Makefile	Sat Sep 19 03:42:26 2020	(r548939)
+++ head/security/heaan/Makefile	Sat Sep 19 04:40:37 2020	(r548940)
@@ -11,6 +11,8 @@ COMMENT=	Library that implements homomorphic encryptio
 LICENSE=	CC-BY-3.0
 LICENSE_FILE=	${WRKSRC}/../../LICENSE
 
+BROKEN_i386=	error: __int128 is not supported on this target
+
 LIB_DEPENDS=	libntl.so:math/ntl
 
 USES=		compiler:c++11-lang gmake localbase:ldflags


More information about the svn-ports-all mailing list