summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-03-01 06:24:13 +0000
committermarkd <markd@pkgsrc.org>2015-03-01 06:24:13 +0000
commit99bf5b1de8726e80481572f7fb9d530c9c7ef742 (patch)
treefed6cd1a96065fe9d984596f2b33676e9c84f875 /misc
parent51b5207c8efdc84221c85859e22af2fa70b9328f (diff)
downloadpkgsrc-99bf5b1de8726e80481572f7fb9d530c9c7ef742.tar.gz
Explicitly disable libgps support, to fix build if gpsd package happens
to be installed.
Diffstat (limited to 'misc')
-rw-r--r--misc/marble/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/marble/Makefile b/misc/marble/Makefile
index bf28838fa2a..2ff2a75f518 100644
--- a/misc/marble/Makefile
+++ b/misc/marble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/12/10 23:25:33 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2015/03/01 06:24:13 markd Exp $
DISTNAME= marble-${_KDE_VERSION}
CATEGORIES= misc
@@ -9,6 +9,8 @@ MAKE_JOBS_SAFE=no
.include "../../meta-pkgs/kde4/Makefile.kde4"
+CMAKE_ARGS+= -DWITH_libgps:BOOL=OFF
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"