pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ncurses I had the result backwards -- if ncurses...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d5c9fe06893
branches:  trunk
changeset: 469070:2d5c9fe06893
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 19 14:56:33 2004 +0000

description:
I had the result backwards -- if ncurses is built-in and
/usr/lib/libnurses.so exists, then we want to use the built-in ncurses
if USE_NCURSES is set.

diffstat:

 devel/ncurses/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e5208f7b5d92 -r 2d5c9fe06893 devel/ncurses/buildlink3.mk
--- a/devel/ncurses/buildlink3.mk       Thu Feb 19 14:42:39 2004 +0000
+++ b/devel/ncurses/buildlink3.mk       Thu Feb 19 14:56:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2004/02/18 16:35:27 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2004/02/19 14:56:33 jlam Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 NCURSES_BUILDLINK3_MK:=        ${NCURSES_BUILDLINK3_MK}+
@@ -120,7 +120,7 @@
 .  if defined(USE_NCURSES)
 .    if !empty(BUILDLINK_IS_BUILTIN.ncurses:M[yY][eE][sS]) && \
         !empty(_BLNK_LIBNCURSES_FOUND:M[yY][eE][sS])
-BUILDLINK_USE_BUILTIN.ncurses= NO
+BUILDLINK_USE_BUILTIN.ncurses= YES
 .    endif
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index