git: 30364f236b61 - main - misc/caffe: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 07 Aug 2023 12:27:08 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30364f236b61070e1d4a714a3650eec11889ffbe

commit 30364f236b61070e1d4a714a3650eec11889ffbe
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-07 02:07:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-07 11:54:43 +0000

    misc/caffe: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 misc/caffe/Makefile | 1 +
 1 file changed, 1 insertion(+)

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