mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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)
This commit is contained in:
parent
aea2570927
commit
4f40d73348
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503513
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user