Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 03:52:38 +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: r495417 - head/misc/qbrew
Message-ID:  <201903120352.x2C3qcA4042438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Mar 12 03:52:38 2019
New Revision: 495417
URL: https://svnweb.freebsd.org/changeset/ports/495417

Log:
  Fix build with gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/qbrew/Makefile

Modified: head/misc/qbrew/Makefile
==============================================================================
--- head/misc/qbrew/Makefile	Tue Mar 12 03:45:59 2019	(r495416)
+++ head/misc/qbrew/Makefile	Tue Mar 12 03:52:38 2019	(r495417)
@@ -13,7 +13,7 @@ COMMENT=	Homebrewer's recipe calculator
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 USE_GL=		gl
 USE_QT=		buildtools_build qmake_build \
 		core gui printsupport widgets xml



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