svn commit: r517268 - head/emulators/bsvc
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Nov 11 16:47:18 UTC 2019
Author: pkubaj
Date: Mon Nov 11 16:47:17 2019
New Revision: 517268
URL: https://svnweb.freebsd.org/changeset/ports/517268
Log:
emulators/bsvc: fix build on GCC architectures
Needs C++11:
USE_CXXSTD= c++11
Approved by: mentors (implicit approval)
Modified:
head/emulators/bsvc/Makefile
Modified: head/emulators/bsvc/Makefile
==============================================================================
--- head/emulators/bsvc/Makefile Mon Nov 11 16:06:06 2019 (r517267)
+++ head/emulators/bsvc/Makefile Mon Nov 11 16:47:17 2019 (r517268)
@@ -12,7 +12,7 @@ COMMENT= Extensible hardware simulation framework with
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
-USES= tk gmake
+USES= compiler:c++11-lang tk gmake
USE_GITHUB= yes
GH_ACCOUNT= BSVC
More information about the svn-ports-all
mailing list