svn commit: r499903 - head/math/libnormaliz
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Apr 24 19:42:39 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list