svn commit: r495417 - head/misc/qbrew

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 03:52:39 UTC 2019


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


More information about the svn-ports-all mailing list