summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-07 23:16:18 +0000
committerdholland <dholland@pkgsrc.org>2015-11-07 23:16:18 +0000
commit5c181243853d9e56722b9b85181a73982e652bd4 (patch)
treec35e51cc99eaa295a785271232d7260f147e1e2a /comms
parentf20558aaf6d07425eefb9721c0b40a6f34326e0b (diff)
downloadpkgsrc-5c181243853d9e56722b9b85181a73982e652bd4.tar.gz
Prevent cmake from finding glib.
Diffstat (limited to 'comms')
-rw-r--r--comms/gammu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index 979b0c4572a..344b2874df6 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/08/17 16:42:53 leot Exp $
+# $NetBSD: Makefile,v 1.15 2015/11/07 23:16:18 dholland Exp $
#
DISTNAME= gammu-1.36.4
@@ -23,6 +23,7 @@ CMAKE_ARGS+= -DINSTALL_MAN_DIR:STRING=${PKGMANDIR}
CMAKE_ARGS+= -DWITH_MySQL:BOOL=OFF
CMAKE_ARGS+= -DWITH_Postgres:BOOL=OFF
CMAKE_ARGS+= -DWITH_LibDBI:BOOL=OFF
+CMAKE_ARGS+= -DWITH_Glib:BOOL=OFF
# avoid installing bash completion scripts
CMAKE_ARGS+= -DBASH_BIN:FILEPATH=
#CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON