Date: Sat, 6 Oct 2018 16:22:17 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481376 - head/misc/openhmd Message-ID: <201810061622.w96GMHDv042690@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Oct 6 16:22:16 2018 New Revision: 481376 URL: https://svnweb.freebsd.org/changeset/ports/481376 Log: misc/openhmd: Fix build with GCC-based architectures Add USES=compiler:c++11-lang PR: 232007 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/misc/openhmd/Makefile Modified: head/misc/openhmd/Makefile ============================================================================== --- head/misc/openhmd/Makefile Sat Oct 6 16:18:33 2018 (r481375) +++ head/misc/openhmd/Makefile Sat Oct 6 16:22:16 2018 (r481376) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhidapi.so:comms/hidapi -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_GITHUB= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810061622.w96GMHDv042690>