git: a7719bed1f36 - main - graphics/pfstools: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 21:53:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7719bed1f360f23a33d965da9a527a37e6e2b7c commit a7719bed1f360f23a33d965da9a527a37e6e2b7c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 20:41:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 21:53:03 +0000 graphics/pfstools: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/pfstools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 32f3b018be1f..4942d972ae23 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -19,6 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include/Imath LDFLAGS+= -lthr USES= cmake cpe tar:tgz dos2unix jpeg perl5 +USE_CXXSTD= c++14 USE_PERL5= run USE_LDCONFIG= yes