Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 09:22:16 +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: r496130 - head/graphics/gpxsee
Message-ID:  <201903180922.x2I9MGZH099085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Mar 18 09:22:16 2019
New Revision: 496130
URL: https://svnweb.freebsd.org/changeset/ports/496130

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  While here, add gl to USES in accordance with current practice.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/gpxsee/Makefile

Modified: head/graphics/gpxsee/Makefile
==============================================================================
--- head/graphics/gpxsee/Makefile	Mon Mar 18 09:08:12 2019	(r496129)
+++ head/graphics/gpxsee/Makefile	Mon Mar 18 09:22:16 2019	(r496130)
@@ -11,7 +11,8 @@ COMMENT=	GPS log file viewer and analyzer
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/licence.txt
 
-USES=		gl qmake:outsource desktop-file-utils qt:5 shared-mime-info
+USES=		compiler:c++11-lang desktop-file-utils gl qmake:outsource \
+		qt:5 shared-mime-info
 USE_QT=		buildtools_build concurrent core gui network opengl printsupport \
 		sql sql-sqlite3_run widgets
 USE_GL=		gl



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