svn commit: r528610 - head/security/nflib

Yuri Victorovich yuri at FreeBSD.org
Tue Mar 17 22:47:50 UTC 2020


Author: yuri
Date: Tue Mar 17 22:47:50 2020
New Revision: 528610
URL: https://svnweb.freebsd.org/changeset/ports/528610

Log:
  security/nflib: Remove ONLY_FOR_ARCHS=i386
  
  Reported by:	fallout

Modified:
  head/security/nflib/Makefile

Modified: head/security/nflib/Makefile
==============================================================================
--- head/security/nflib/Makefile	Tue Mar 17 22:46:49 2020	(r528609)
+++ head/security/nflib/Makefile	Tue Mar 17 22:47:50 2020	(r528610)
@@ -13,7 +13,7 @@ COMMENT=	NTT-based fast lattice cryptography library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT_LICENSE.txt
 
-ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS=		amd64
 ONLY_FOR_ARCHS_REASON=	unconditionally includes amd64 assembler code
 
 LIB_DEPENDS=	libmpfr.so:math/mpfr \


More information about the svn-ports-head mailing list