pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ncurses Add fake seed for ncurses.h with NetBSD'...
details: https://anonhg.NetBSD.org/pkgsrc/rev/252433b82218
branches: trunk
changeset: 539050:252433b82218
user: obache <obache%pkgsrc.org@localhost>
date: Tue Feb 26 11:06:19 2008 +0000
description:
Add fake seed for ncurses.h with NetBSD's curses.
diffstat:
devel/ncurses/builtin.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9d39c5585403 -r 252433b82218 devel/ncurses/builtin.mk
--- a/devel/ncurses/builtin.mk Tue Feb 26 09:35:28 2008 +0000
+++ b/devel/ncurses/builtin.mk Tue Feb 26 11:06:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.13 2008/02/25 04:19:34 jlam Exp $
+# $NetBSD: builtin.mk,v 1.14 2008/02/26 11:06:19 obache Exp $
BUILTIN_PKG:= ncurses
@@ -74,6 +74,7 @@
# XXX
. if ${OPSYS} == "NetBSD"
USE_BUILTIN.ncurses= yes
+H_NCURSES= /usr/include/curses.h
. endif
#
# Some platforms don't have a curses implementation that can replace
Home |
Main Index |
Thread Index |
Old Index