From a21b0411dedce874c06764354e51f20734098c28 Mon Sep 17 00:00:00 2001 From: danw Date: Sun, 16 May 2004 17:07:22 +0000 Subject: 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). --- security/cyrus-sasl2/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/cyrus-sasl2') 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} -- cgit v1.2.3