Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 04:40:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548940 - head/security/heaan
Message-ID:  <202009190440.08J4ecDg069778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009190440.08J4ecDg069778>