aboutsummaryrefslogtreecommitdiff
path: root/math/clrng
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
commit7e4f41c6908ce98d98c9a87bb0998ff78c715166 (patch)
tree4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /math/clrng
parentaaf8b327e5095da79cd603bcd11cc3bb1af0e5b5 (diff)
downloadports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.tar.gz
ports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.zip
Notes
Diffstat (limited to 'math/clrng')
-rw-r--r--math/clrng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/clrng/Makefile b/math/clrng/Makefile
index b1cc46431c26..fcfddc0d909b 100644
--- a/math/clrng/Makefile
+++ b/math/clrng/Makefile
@@ -18,6 +18,7 @@ RUN_DEPENDS= opencl>=0:devel/opencl
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64
ONLY_FOR_ARCHS_REASON= this code has only been tested on x86 and powerpc platforms
+BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -std=c11
USE_GITHUB= yes
GH_ACCOUNT= clMathLibraries