aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-10-07 00:22:16 +0800
committeryuri <yuri@FreeBSD.org>2018-10-07 00:22:16 +0800
commitb243e7711c32ff6d733fd2cbc26bc2b2e15c9134 (patch)
tree6ffb4ca1c942d8285c2c49c4059dda919090880e /misc
parent9b6258ff9bd06c40c06ff8f14cdc2dc879cdbef2 (diff)
downloadfreebsd-ports-gnome-b243e7711c32ff6d733fd2cbc26bc2b2e15c9134.tar.gz
freebsd-ports-gnome-b243e7711c32ff6d733fd2cbc26bc2b2e15c9134.tar.zst
freebsd-ports-gnome-b243e7711c32ff6d733fd2cbc26bc2b2e15c9134.zip
misc/openhmd: Fix build with GCC-based architectures
Add USES=compiler:c++11-lang PR: 232007 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'misc')
-rw-r--r--misc/openhmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/openhmd/Makefile b/misc/openhmd/Makefile
index 9d2989f22b76..ebff3ddde966 100644
--- a/misc/openhmd/Makefile
+++ b/misc/openhmd/Makefile
@@ -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