Date: Thu, 29 Nov 2018 11:11:40 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486167 - head/devel/sasm Message-ID: <201811291111.wATBBeg4060689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811291111.wATBBeg4060689>