summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-05 20:56:57 +0000
committerwiz <wiz@pkgsrc.org>2015-09-05 20:56:57 +0000
commiteaebe8bf4da3df4a78396f733ed8340200ff87f4 (patch)
tree51f32e1bd8b493ab37d893f573a42b34c7c4da0c /print
parent416a37623a9aa2af13dad59edd06261b2e9f53f0 (diff)
downloadpkgsrc-eaebe8bf4da3df4a78396f733ed8340200ff87f4.tar.gz
Add --disable-ldap to fix build on some systems.
Reported by Richard Palo.
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index acc18d4e238..2d720e2bf91 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/08/30 14:37:18 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2015/09/05 20:56:57 wiz Exp $
DISTNAME= cups-filters-1.0.74
CATEGORIES= print
@@ -28,6 +28,7 @@ REPLACE_BASH+= filter/textonly
CONFIGURE_ARGS+= --with-rcdir=${PREFIX}/share/examples/rc.d
CONFIGURE_ARGS+= --with-rclevels=""
+CONFIGURE_ARGS+= --disable-ldap
CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash}
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters