Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 12:27:08 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30364f236b61 - main - misc/caffe: Fix build with llvm16
Message-ID:  <202308071227.377CR8hZ026705@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071227.377CR8hZ026705>