git: 6edead6f38aa - main - devel/loki: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 18:45:25 UTC
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