aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 19:13:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 19:34:42 +0000
commit34f0a0048dbe13f89e67ae03a544efe59c7daa7a (patch)
treea3d48bfd3b79fa540ed9d16c35b9eae9ed9c3cfd
parent83e65d81b6551dc81a2ad5122c35935d32e42ec4 (diff)
downloadports-34f0a0048dbe13f89e67ae03a544efe59c7daa7a.tar.gz
ports-34f0a0048dbe13f89e67ae03a544efe59c7daa7a.zip
x11/fbdesk: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--x11/fbdesk/Makefile3
1 files changed, 3 insertions, 0 deletions
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