summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-16 17:07:22 +0000
committerdanw <danw@pkgsrc.org>2004-05-16 17:07:22 +0000
commita21b0411dedce874c06764354e51f20734098c28 (patch)
tree5e329e097c609a81e97da147ba6d15cb0e703541 /security/cyrus-sasl2
parenta8b1c0afefd930286b433089e3b2478d24460019 (diff)
downloadpkgsrc-a21b0411dedce874c06764354e51f20734098c28.tar.gz
add USE_GNU_TOOLS+=make so that libsasldb.a gets built correctly.
(Nothing in the build actually uses the static version of the library, and it doesn't get installed either, so this has no effect beyond making the build not bomb out on Darwin, pkg/25575).
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index 2650cc57401..c167abce27c 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2004/03/29 05:47:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/05/16 17:07:22 danw Exp $
#
# This file is currently included by:
#
@@ -35,6 +35,7 @@ DEFAULT_VIEW.${PKGBASE}= ${DEFAULT_VIEW.cyrus-sasl}
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q}