svn commit: r496130 - head/graphics/gpxsee

Mark Linimon linimon at FreeBSD.org
Mon Mar 18 09:22:17 UTC 2019


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


More information about the svn-ports-head mailing list