Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2020 22:47:50 +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: r528610 - head/security/nflib
Message-ID:  <202003172247.02HMlofq098622@repo.freebsd.org>

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



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