git: 64f195f10962 - main - japanese/dams: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 18:01:37 UTC
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