Add fake seed for ncurses.h with NetBSD's curses.
This commit is contained in:
parent
d2bc8857b7
commit
e085f4a87f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
BUILTIN_PKG:= ncurses
|
||||||
|
|
||||||
|
@ -74,6 +74,7 @@ USE_BUILTIN.ncurses!= \
|
||||||
# XXX
|
# XXX
|
||||||
. if ${OPSYS} == "NetBSD"
|
. if ${OPSYS} == "NetBSD"
|
||||||
USE_BUILTIN.ncurses= yes
|
USE_BUILTIN.ncurses= yes
|
||||||
|
H_NCURSES= /usr/include/curses.h
|
||||||
. endif
|
. endif
|
||||||
#
|
#
|
||||||
# Some platforms don't have a curses implementation that can replace
|
# Some platforms don't have a curses implementation that can replace
|
||||||
|
|
Loading…
Reference in a new issue