summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2015-09-05 20:56:57 +0000
committerwiz <wiz>2015-09-05 20:56:57 +0000
commit8041009fff3bec326aa4f6b7af0356f3b3f6cd91 (patch)
tree51f32e1bd8b493ab37d893f573a42b34c7c4da0c /print
parent66cfb9114ddb12b15bd364b4b2a7d0936ea17bb2 (diff)
downloadpkgsrc-8041009fff3bec326aa4f6b7af0356f3b3f6cd91.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