Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2019 07:27:06 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506608 - head/astro/marble
Message-ID:  <201907140727.x6E7R640007890@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jul 14 07:27:05 2019
New Revision: 506608
URL: https://svnweb.freebsd.org/changeset/ports/506608

Log:
  astro/marble: fix GPS option
  
  - Fix cmake toggle to disable GPS dependency
  
  PR:		239195
  Reported by:	tobik

Modified:
  head/astro/marble/Makefile

Modified: head/astro/marble/Makefile
==============================================================================
--- head/astro/marble/Makefile	Sun Jul 14 07:12:38 2019	(r506607)
+++ head/astro/marble/Makefile	Sun Jul 14 07:27:05 2019	(r506608)
@@ -37,7 +37,7 @@ OPTIONS_SUB=	yes
 
 GPS_DESC=		Support for GPS position provider
 GPS_LIB_DEPENDS=	libgps.so:astro/gpsd
-GPS_CMAKE_BOOL_ON=		WITH_libgps
+GPS_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_libgps
 
 WEBENGINE_DESC=		Add dependency on qt5-webengine
 WEBENGINE_USE=		QT=webengine



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