svn commit: r480130 - head/math/ntl

Steve Wills swills at FreeBSD.org
Thu Sep 20 00:00:30 UTC 2018


Author: swills
Date: Thu Sep 20 00:00:29 2018
New Revision: 480130
URL: https://svnweb.freebsd.org/changeset/ports/480130

Log:
  math/ntl: fix build with powerpc64, reorder USES
  
  PR:		231429
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Approved by:	Nathan <ndowens at yahoo.com> (maintainer)

Modified:
  head/math/ntl/Makefile   (contents, props changed)

Modified: head/math/ntl/Makefile
==============================================================================
--- head/math/ntl/Makefile	Wed Sep 19 23:50:31 2018	(r480129)
+++ head/math/ntl/Makefile	Thu Sep 20 00:00:29 2018	(r480130)
@@ -12,7 +12,7 @@ COMMENT=	Victor Shoup's Number Theory Library
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/../doc/copying.txt
 
-USES=		perl5 libtool
+USES=		compiler:c11 libtool perl5
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 HAS_CONFIGURE=	yes


More information about the svn-ports-head mailing list