svn commit: r497626 - head/games/auralquiz

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:35:59 UTC 2019


Author: linimon
Date: Wed Apr  3 05:35:58 2019
New Revision: 497626
URL: https://svnweb.freebsd.org/changeset/ports/497626

Log:
  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:
  head/games/auralquiz/Makefile

Modified: head/games/auralquiz/Makefile
==============================================================================
--- head/games/auralquiz/Makefile	Wed Apr  3 05:29:40 2019	(r497625)
+++ head/games/auralquiz/Makefile	Wed Apr  3 05:35:58 2019	(r497626)
@@ -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