pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba Fix build problem on NetBSD-current caused b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76d43176df9f
branches:  trunk
changeset: 468872:76d43176df9f
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Feb 17 14:27:14 2004 +0000

description:
Fix build problem on NetBSD-current caused by incorrect buildlink3
conversion of this package.

diffstat:

 net/samba/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba841fcf8a33 -r 76d43176df9f net/samba/Makefile
--- a/net/samba/Makefile        Tue Feb 17 14:26:47 2004 +0000
+++ b/net/samba/Makefile        Tue Feb 17 14:27:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2004/02/17 11:51:54 jlam Exp $
+# $NetBSD: Makefile,v 1.117 2004/02/17 14:27:14 tron Exp $
 
 DISTNAME=              samba-3.0.2a
 CATEGORIES=            net
@@ -61,7 +61,7 @@
 .include "../../converters/libiconv/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-libiconv=${BUILDLINK_PREFIX.iconv}
 
-BUILDLINK_USE_BUILTIN.readline=        no
+PREFER_PKGSRC+=                readline
 .include "../../devel/readline/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
 



Home | Main Index | Thread Index | Old Index