Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 05:35:59 +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: r497626 - head/games/auralquiz
Message-ID:  <201904030535.x335ZxPb088032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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