svn commit: r481376 - head/misc/openhmd

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 6 16:22:17 UTC 2018


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 at 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
 


More information about the svn-ports-head mailing list