git: c828a932eb15 - main - devel/heirloom-devtools: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 20:45:35 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c828a932eb15f4541bf9526130181ed9de0d3631 commit c828a932eb15f4541bf9526130181ed9de0d3631 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-19 19:48:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-19 20:45:26 +0000 devel/heirloom-devtools: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/heirloom-devtools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/heirloom-devtools/Makefile b/devel/heirloom-devtools/Makefile index ee64540c16b5..6ff61a959f78 100644 --- a/devel/heirloom-devtools/Makefile +++ b/devel/heirloom-devtools/Makefile @@ -10,6 +10,7 @@ WWW= https://heirloom.sourceforge.net/devtools.html LICENSE= CDDL USES= tar:bzip2 +USE_CXXSTD= c++14 ALL_TARGET= #empty MAKE_ARGS+= INSTALL="${INSTALL}" \