git: 6b16cc2fe844 - main - x11/bbdock: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 17:43:30 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b16cc2fe8442ee8d0b93ce8ac87ffc547c581c6 commit 6b16cc2fe8442ee8d0b93ce8ac87ffc547c581c6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-20 15:48:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-20 17:42:37 +0000 x11/bbdock: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- x11/bbdock/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile index a7527191a0bf..94355aab72cc 100644 --- a/x11/bbdock/Makefile +++ b/x11/bbdock/Makefile @@ -13,12 +13,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -GNU_CONFIGURE= yes USES= xorg +USE_CXXSTD= c++14 USE_XORG= x11 -PORTDOCS= README + +GNU_CONFIGURE= yes PLIST_FILES= bin/bbdock +PORTDOCS= README OPTIONS_DEFINE= DOCS