summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2012-02-28 00:52:56 +0000
committerjmmv <jmmv@pkgsrc.org>2012-02-28 00:52:56 +0000
commit1eb36c686546c027da976c78bbcbf874745f3d6b (patch)
tree497775ab02965e7033eede2734e37ab04fc8d9a9 /security
parentdec1a0df33cd2121d20d406dd5e3410b2d0dd5a7 (diff)
downloadpkgsrc-1eb36c686546c027da976c78bbcbf874745f3d6b.tar.gz
Allow this to build again by explicitly disabling the building of the
OS X Framework.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common
index c8c1bb207cd..85e1434cd6f 100644
--- a/security/cyrus-sasl/Makefile.common
+++ b/security/cyrus-sasl/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2011/10/08 13:49:14 tron Exp $
+# $NetBSD: Makefile.common,v 1.18 2012/02/28 00:52:56 jmmv Exp $
#
# used by security/cyrus-sasl/Makefile
# used by security/cy2-anonymous/Makefile
@@ -50,6 +50,10 @@ PLUGINDIR= ${PREFIX}/lib/sasl2
CONFIGURE_ARGS+= --with-plugindir=${PLUGINDIR:Q}
CONFIGURE_ARGS+= --disable-java
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+= --disable-macos-framework
+.endif
+
# Authentication mechanisms
CONFIGURE_ARGS+= --disable-anon # ANONYMOUS
CONFIGURE_ARGS+= --disable-checkapop # CHECKAPOP