summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-05-04 08:42:24 +0000
committerrillig <rillig@pkgsrc.org>2019-05-04 08:42:24 +0000
commita30862a00020b7080c9be74753df6b1058796d31 (patch)
tree397ec9d85dc13085c4ca070fd0465029d889a9bb /sysutils
parent1185f569c53a8d5c68f8d399e9bb2f4e4ae585cb (diff)
downloadpkgsrc-a30862a00020b7080c9be74753df6b1058796d31.tar.gz
sysutils/dbus-glib: fix CONFIGURE_ARGS for GNU_CONFIGURE_STRICT
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus-glib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile
index d83fe6754fd..51cffb8e811 100644
--- a/sysutils/dbus-glib/Makefile
+++ b/sysutils/dbus-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/02/11 17:06:31 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2019/05/04 08:42:24 rillig Exp $
DISTNAME= dbus-glib-0.110
CATEGORIES= sysutils
@@ -19,13 +19,11 @@ PKGCONFIG_OVERRIDE= dbus-glib-1.pc.in
CONFIGURE_ARGS+= --disable-ansi
CONFIGURE_ARGS+= --disable-asserts
-CONFIGURE_ARGS+= --disable-doxygen-docs
CONFIGURE_ARGS+= --disable-gcov
+CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --disable-tests
-CONFIGURE_ARGS+= --disable-verbose-mode
-CONFIGURE_ARGS+= --disable-xml-docs
+CONFIGURE_ARGS+= --enable-silent-rules
CONFIGURE_ARGS+= --enable-checks
-CONFIGURE_ARGS+= --with-xml=expat
.include "options.mk"