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
commitd6cc6c57b3a987e4b51c32d6c83d10a77361ad53 (patch)
tree5e329e097c609a81e97da147ba6d15cb0e703541 /security
parent5ea200f2290713eb3a713671a3219e09bb5c0529 (diff)
downloadpkgsrc-d6cc6c57b3a987e4b51c32d6c83d10a77361ad53.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}