svn commit: r517239 - head/misc/openhantek

Mark Linimon linimon at FreeBSD.org
Mon Nov 11 00:13:01 UTC 2019


Author: linimon
Date: Mon Nov 11 00:13:00 2019
New Revision: 517239
URL: https://svnweb.freebsd.org/changeset/ports/517239

Log:
  Fix build on GCC-based systems:
  
    The compiler feature "cxx_range_for" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/openhantek/Makefile

Modified: head/misc/openhantek/Makefile
==============================================================================
--- head/misc/openhantek/Makefile	Sun Nov 10 23:18:25 2019	(r517238)
+++ head/misc/openhantek/Makefile	Mon Nov 11 00:13:00 2019	(r517239)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfftw3.so:math/fftw3
 
-USES=		cmake gl localbase qt:5
+USES=		cmake compiler:c++11-lang gl localbase qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenHantek
 GH_TAGNAME=	e7e0c7b


More information about the svn-ports-all mailing list