summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordanw <danw>2004-05-16 17:07:22 +0000
committerdanw <danw>2004-05-16 17:07:22 +0000
commit6f999685b91a566c879f753ba13e3bc887ebffef (patch)
tree5e329e097c609a81e97da147ba6d15cb0e703541 /security
parent60983c6f0d0658ff18b4bf4ee85aca1a343dccc3 (diff)
downloadpkgsrc-6f999685b91a566c879f753ba13e3bc887ebffef.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')
-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}