aboutsummaryrefslogtreecommitdiff
path: root/math/libnormaliz
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-24 19:42:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-24 19:42:38 +0000
commit80c9b16dc73af6360841a9a0174d813dc6327a1a (patch)
treee80e6c4705070c2983f04d22bca4636c58176a5c /math/libnormaliz
parent7c91e2e4a1c91f41675ad54618b8cfdcede9e5e2 (diff)
downloadports-80c9b16dc73af6360841a9a0174d813dc6327a1a.tar.gz
ports-80c9b16dc73af6360841a9a0174d813dc6327a1a.zip
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
Notes
Notes: svn path=/head/; revision=499903
Diffstat (limited to 'math/libnormaliz')
-rw-r--r--math/libnormaliz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libnormaliz/Makefile b/math/libnormaliz/Makefile
index 1a86c5e40b59..fd6fe491ef73 100644
--- a/math/libnormaliz/Makefile
+++ b/math/libnormaliz/Makefile
@@ -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