svn commit: r495407 - head/devel/svn2git

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 01:12:48 UTC 2019


Author: linimon
Date: Tue Mar 12 01:12:42 2019
New Revision: 495407
URL: https://svnweb.freebsd.org/changeset/ports/495407

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

Modified:
  head/devel/svn2git/Makefile

Modified: head/devel/svn2git/Makefile
==============================================================================
--- head/devel/svn2git/Makefile	Tue Mar 12 01:08:07 2019	(r495406)
+++ head/devel/svn2git/Makefile	Tue Mar 12 01:12:42 2019	(r495407)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	git:devel/git \
 		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
 		p5-subversion>=0:devel/p5-subversion
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_GITHUB=	yes
 USE_QT=		core
 GH_ACCOUNT=	svn-all-fast-export


More information about the svn-ports-all mailing list