svn commit: r497627 - branches/2019Q2/games/auralquiz

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:37:39 UTC 2019


Author: linimon
Date: Wed Apr  3 05:37:38 2019
New Revision: 497627
URL: https://svnweb.freebsd.org/changeset/ports/497627

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

Modified:
  branches/2019Q2/games/auralquiz/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/auralquiz/Makefile
==============================================================================
--- branches/2019Q2/games/auralquiz/Makefile	Wed Apr  3 05:35:58 2019	(r497626)
+++ branches/2019Q2/games/auralquiz/Makefile	Wed Apr  3 05:37:38 2019	(r497627)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libtag.so:audio/taglib
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_GL=		gl
 USE_QT=		core gui widgets phonon4 qmake_build buildtools_build
 


More information about the svn-ports-all mailing list