aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-07 02:07:31 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-07 11:54:43 +0000
commit30364f236b61070e1d4a714a3650eec11889ffbe (patch)
treec49bcc8fee76d51e96f0a4ef84314d5d96097800
parentaeac4861f9f469fc0f085c940901e7ef465c072c (diff)
misc/caffe: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--misc/caffe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/caffe/Makefile b/misc/caffe/Makefile
index 4809fd7bc56f..040ebe90ed01 100644
--- a/misc/caffe/Makefile
+++ b/misc/caffe/Makefile
@@ -37,6 +37,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= cmake fortran pkgconfig python
+USE_CXXSTD= c++14
USE_LDCONFIG= yes
USE_GITHUB= yes