pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 add USE_GNU_TOOLS+=make so that l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d876fd2d4ea0
branches:  trunk
changeset: 475482:d876fd2d4ea0
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun May 16 17:07:22 2004 +0000

description:
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:

 security/cyrus-sasl2/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ceed0ef9040 -r d876fd2d4ea0 security/cyrus-sasl2/Makefile.common
--- a/security/cyrus-sasl2/Makefile.common      Sun May 16 17:04:42 2004 +0000
+++ b/security/cyrus-sasl2/Makefile.common      Sun May 16 17:07:22 2004 +0000
@@ -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 @@
 USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
+USE_GNU_TOOLS+=                make
 
 USE_LIBTOOL=           yes
 MAKE_ENV+=             SHLIBTOOL=${SHLIBTOOL:Q}



Home | Main Index | Thread Index | Old Index