pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netatalk Make sure configure finds the db4 lib fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b176dc1ad024
branches:  trunk
changeset: 497560:b176dc1ad024
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jul 30 13:12:24 2005 +0000

description:
Make sure configure finds the db4 lib from the pkgsrc package rather
than any other that might be installed in the base system (on for example
Red Hat Linux). Problem noted by Louis Guillaume in tech-pkg.

diffstat:

 net/netatalk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7c2637eaf3c8 -r b176dc1ad024 net/netatalk/Makefile
--- a/net/netatalk/Makefile     Sat Jul 30 13:06:02 2005 +0000
+++ b/net/netatalk/Makefile     Sat Jul 30 13:12:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/07/16 01:19:16 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/07/30 13:12:24 markd Exp $
 
 DISTNAME=      netatalk-2.0.3
 CATEGORIES=    net print
@@ -13,6 +13,7 @@
 USE_TOOLS+=    gmake perl:run
 USE_LIBTOOL=   YES
 USE_OLD_DES_API=YES
+BUILDLINK_TRANSFORM+=  l:db-4.2:db4
 
 USE_PKGINSTALL=        YES
 PKG_SYSCONFSUBDIR=     netatalk



Home | Main Index | Thread Index | Old Index