Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 18:45:25 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: 6edead6f38aa - main - devel/loki: Fix build with llvm16
Message-ID:  <202307231845.36NIjPNJ091421@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=6edead6f38aac3577bed13a54b25ad97ecde3e70

commit 6edead6f38aac3577bed13a54b25ad97ecde3e70
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 18:05:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 18:45:15 +0000

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

diff --git a/devel/loki/Makefile b/devel/loki/Makefile
index 22a46c9a3ab9..86bec1f7ab05 100644
--- a/devel/loki/Makefile
+++ b/devel/loki/Makefile
@@ -8,6 +8,7 @@ COMMENT=	C++ library of common design patterns
 WWW=		https://sourceforge.net/projects/loki-lib/
 
 USES=		gmake dos2unix
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
 
 CXXFLAGS+=	-Wno-return-type



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