svn commit: r483277 - head/astro/gpsbabel

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 11:21:17 UTC 2018


Author: linimon
Date: Sun Oct 28 11:21:16 2018
New Revision: 483277
URL: https://svnweb.freebsd.org/changeset/ports/483277

Log:
  Fix build with GCC-based architectures.
  
  PR:		231919
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/astro/gpsbabel/Makefile

Modified: head/astro/gpsbabel/Makefile
==============================================================================
--- head/astro/gpsbabel/Makefile	Sun Oct 28 11:16:35 2018	(r483276)
+++ head/astro/gpsbabel/Makefile	Sun Oct 28 11:21:16 2018	(r483277)
@@ -19,10 +19,10 @@ USE_GITHUB=	yes
 
 CONFLICTS=	gpsbabel14-[0-9]*
 
+USES=		compiler:c++11-lang localbase qt:5 qt:5
 USE_QT=		core qmake_build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-zlib=system
-USES=		localbase qt:5 qt:5
 
 OPTIONS_DEFINE=	GUI
 OPTIONS_SUB=	yes


More information about the svn-ports-head mailing list