Date: Sat, 5 Aug 2023 19:34:54 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 34f0a0048dbe - main - x11/fbdesk: Fix build with llvm16 Message-ID: <202308051934.375JYsgE042992@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=34f0a0048dbe13f89e67ae03a544efe59c7daa7a commit 34f0a0048dbe13f89e67ae03a544efe59c7daa7a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 19:13:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 19:34:42 +0000 x11/fbdesk: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- x11/fbdesk/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index be778c6299da..4a8de8e6cbf6 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -15,10 +15,13 @@ LIB_DEPENDS= libpng.so:graphics/png \ libImlib2.so:graphics/imlib2 USES= pkgconfig xorg +USE_CXXSTD= c++14 USE_XORG= xext xft xpm xrender + GNU_CONFIGURE= yes PORTDOCS= ChangeLog INSTALL README + PLIST_FILES= bin/fbdesk OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308051934.375JYsgE042992>