Date: Wed, 5 Jun 2019 17:36:10 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503513 - head/x11-wm/hikari Message-ID: <201906051736.x55HaA5j055089@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Jun 5 17:36:10 2019 New Revision: 503513 URL: https://svnweb.freebsd.org/changeset/ports/503513 Log: 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) Modified: head/x11-wm/hikari/Makefile Modified: head/x11-wm/hikari/Makefile ============================================================================== --- head/x11-wm/hikari/Makefile Wed Jun 5 16:05:39 2019 (r503512) +++ head/x11-wm/hikari/Makefile Wed Jun 5 17:36:10 2019 (r503513) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906051736.x55HaA5j055089>