aboutsummaryrefslogtreecommitdiff
path: root/math/piranha
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
commit2e7f27934a9580751196aa2ace7230c9e763524f (patch)
tree985075045a3e320b7edb1a42256318fd6f5f3038 /math/piranha
parentcdf2a00af52a8eb98245773b34b055c7f995532b (diff)
downloadports-2e7f27934a9580751196aa2ace7230c9e763524f.tar.gz
ports-2e7f27934a9580751196aa2ace7230c9e763524f.zip
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=479990
Diffstat (limited to 'math/piranha')
-rw-r--r--math/piranha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/piranha/Makefile b/math/piranha/Makefile
index 57a9f41da976..38fabfe2b434 100644
--- a/math/piranha/Makefile
+++ b/math/piranha/Makefile
@@ -18,7 +18,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.lgpl3
BUILD_DEPENDS= ${HEADER_DEPENDS}
RUN_DEPENDS= ${HEADER_DEPENDS}
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= bluescarni
NO_BUILD= yes