git: 59d1f768ed1f - main - graphics/enblend: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 22:23:35 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=59d1f768ed1f1fb36c272106035cc321158eb0f9 commit 59d1f768ed1f1fb36c272106035cc321158eb0f9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-18 16:30:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 22:23:23 +0000 graphics/enblend: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/enblend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index e3b6bb8c404a..7abcc8105cfd 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png USES= compiler:features gmake jpeg localbase pkgconfig - +USE_CXXSTD= c++14 GNU_CONFIGURE= yes PLIST_FILES= bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz