Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 19:42:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499903 - head/math/libnormaliz
Message-ID:  <201904241942.x3OJgcAk050757@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Apr 24 19:42:38 2019
New Revision: 499903
URL: https://svnweb.freebsd.org/changeset/ports/499903

Log:
  math/libnormaliz: fix build with GCC-based architectures
  
  PR:		237152
  Approved by:	tcberner (mentor), phascolarctos@protonmail.ch (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D20039

Modified:
  head/math/libnormaliz/Makefile

Modified: head/math/libnormaliz/Makefile
==============================================================================
--- head/math/libnormaliz/Makefile	Wed Apr 24 19:40:49 2019	(r499902)
+++ head/math/libnormaliz/Makefile	Wed Apr 24 19:42:38 2019	(r499903)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/dynamic_bitset.hpp:devel/boost-libs \
 		${LOCALBASE}/include/gmpxx.h:math/gmp
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 USE_GITHUB=	yes
 
 GH_ACCOUNT=	Normaliz



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