aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/hikari
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-05 17:36:10 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-05 17:36:10 +0000
commit4f40d7334897178fc5cbfac7676d88279b025c95 (patch)
treef39398586eb5d45804da18473c23c0107f8a8ba4 /x11-wm/hikari
parentaea25709277d7bbf44ab11a84ba539aaa46fecf2 (diff)
downloadports-4f40d7334897178fc5cbfac7676d88279b025c95.tar.gz
ports-4f40d7334897178fc5cbfac7676d88279b025c95.zip
x11-wm/hikari: fix build
Add USES=compiler:c11 to fix build. Note that this port actually needs C17, but there's no USES=compiler:c17, and our C11-compatible compilers already support C17: cc1: error: unrecognized command line option "-std=c17" Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=503513
Diffstat (limited to 'x11-wm/hikari')
-rw-r--r--x11-wm/hikari/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile
index 7a3bd66cfe42..b453a8bd1a34 100644
--- a/x11-wm/hikari/Makefile
+++ b/x11-wm/hikari/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libxcb-ewmh.so:x11/xcb-util-wm \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-keysyms.so:x11/xcb-util-keysyms
-USES= localbase:ldflags
+USES= compiler:c11 localbase:ldflags
USE_XORG= x11 xcb
OPTIONS_DEFINE= DOCS