Date: Sun, 28 Oct 2018 11:21:17 +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: r483277 - head/astro/gpsbabel Message-ID: <201810281121.w9SBLHHq095371@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281121.w9SBLHHq095371>