Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2018 00:00:29 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480130 - head/math/ntl
Message-ID:  <201809200000.w8K00T3E089922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@anongoth.pl>
  Approved by:	Nathan <ndowens@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



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