Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 16:49:39 +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: r557443 - head/emulators/cemu
Message-ID:  <202012101649.0BAGndEM058776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec 10 16:49:39 2020
New Revision: 557443
URL: https://svnweb.freebsd.org/changeset/ports/557443

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/cemu/Makefile

Modified: head/emulators/cemu/Makefile
==============================================================================
--- head/emulators/cemu/Makefile	Thu Dec 10 16:13:59 2020	(r557442)
+++ head/emulators/cemu/Makefile	Thu Dec 10 16:49:39 2020	(r557443)
@@ -13,8 +13,8 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		desktop-file-utils gl libarchive pkgconfig qmake qt:5 \
-		shared-mime-info
+USES=		compiler:c++11-lang desktop-file-utils gl libarchive pkgconfig \
+		qmake qt:5 shared-mime-info
 USE_GL=		gl
 USE_QT=		buildtools_build core gui network widgets
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012101649.0BAGndEM058776>