svn commit: r520961 - head/security/palisade

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 27 00:41:47 UTC 2019


Author: yuri
Date: Fri Dec 27 00:41:47 2019
New Revision: 520961
URL: https://svnweb.freebsd.org/changeset/ports/520961

Log:
  security/palisade: Add BROKEN_i386
  
  Reported by:	fallout

Modified:
  head/security/palisade/Makefile

Modified: head/security/palisade/Makefile
==============================================================================
--- head/security/palisade/Makefile	Fri Dec 27 00:26:51 2019	(r520960)
+++ head/security/palisade/Makefile	Fri Dec 27 00:41:47 2019	(r520961)
@@ -11,6 +11,8 @@ COMMENT=	PALISADE lattice cryptography library
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/License.md
 
+BROKEN_i386=	fails to build: a declaration of 'Mul128' must be available
+
 BUILD_DEPENDS=	autoconf:devel/autoconf # possibly a mistake in the project
 
 USES=		cmake:noninja localbase


More information about the svn-ports-head mailing list