Date: Sat, 5 Aug 2023 18:01:37 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: 64f195f10962 - main - japanese/dams: Fix build with llvm16 Message-ID: <202308051801.375I1bfx090173@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=64f195f1096215c010a20b642d9823e393438aef commit 64f195f1096215c010a20b642d9823e393438aef Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 18:00:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 18:01:12 +0000 japanese/dams: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- japanese/dams/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/japanese/dams/Makefile b/japanese/dams/Makefile index 4b29f7e6e137..52d3fb160c01 100644 --- a/japanese/dams/Makefile +++ b/japanese/dams/Makefile @@ -11,7 +11,9 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool tar:tgz +USE_CXXSTD= c++14 USE_LDCONFIG= yes + GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308051801.375I1bfx090173>