pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ncursesw Add missing continuation to fix parsing...
details: https://anonhg.NetBSD.org/pkgsrc/rev/300e4e6885be
branches: trunk
changeset: 538981:300e4e6885be
user: tron <tron%pkgsrc.org@localhost>
date: Fri Feb 22 13:48:21 2008 +0000
description:
Add missing continuation to fix parsing error.
diffstat:
devel/ncursesw/builtin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 39e8e0529d8e -r 300e4e6885be devel/ncursesw/builtin.mk
--- a/devel/ncursesw/builtin.mk Fri Feb 22 13:44:30 2008 +0000
+++ b/devel/ncursesw/builtin.mk Fri Feb 22 13:48:21 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.5 2008/02/21 21:55:18 jlam Exp $
+# $NetBSD: builtin.mk,v 1.6 2008/02/22 13:48:21 tron Exp $
BUILTIN_PKG:= ncursesw
@@ -115,7 +115,7 @@
# the wide curses definitions need to define _XOPEN_SOURCE_EXTENDED.
#
. if !empty(USE_BUILTIN.ncursesw:M[nN][oO]) || \
- (!empty(USE_BUILTIN.ncursesw:M[yY][eE][sS]) &&
+ (!empty(USE_BUILTIN.ncursesw:M[yY][eE][sS]) && \
!empty(IS_BUILTIN.ncursesw:M[yY][eE][sS]))
USE_NCURSES= yes
BUILDLINK_CPPFLAGS.ncursesw+= -D_XOPEN_SOURCE_EXTENDED=1
Home |
Main Index |
Thread Index |
Old Index