svn commit: r557443 - head/emulators/cemu

Mark Linimon linimon at FreeBSD.org
Thu Dec 10 16:49:40 UTC 2020


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
 


More information about the svn-ports-all mailing list