svn commit: r486167 - head/devel/sasm

Mark Linimon linimon at FreeBSD.org
Thu Nov 29 11:11:41 UTC 2018


Author: linimon
Date: Thu Nov 29 11:11:40 2018
New Revision: 486167
URL: https://svnweb.freebsd.org/changeset/ports/486167

Log:
  USES=compiler:c++11-lang is necessary to fix build on GCC-based
  architectures.
  
  PR:		233593
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr blanket (tier-2)

Modified:
  head/devel/sasm/Makefile

Modified: head/devel/sasm/Makefile
==============================================================================
--- head/devel/sasm/Makefile	Thu Nov 29 11:07:58 2018	(r486166)
+++ head/devel/sasm/Makefile	Thu Nov 29 11:11:40 2018	(r486167)
@@ -11,7 +11,7 @@ COMMENT=	Simple IDE for NASM, MASM, GAS and FASM assem
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	Dman95
 USE_QT=		core gui network widgets buildtools_build


More information about the svn-ports-all mailing list