diff options
author | wiz <wiz> | 2008-07-14 10:09:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-07-14 10:09:56 +0000 |
commit | 65374000767eb6341f319cb332ea7acf76a09d0c (patch) | |
tree | 480c636d9897e69fb738043286f79bfa34fc8136 /news/tin | |
parent | 43e6cbee153287761cf606e99640af9460f8d84d (diff) | |
download | pkgsrc-65374000767eb6341f319cb332ea7acf76a09d0c.tar.gz |
Fix build with ncursesw option set. Comment from the commit:
# XXX: NetBSD's wide curses are not accepted, because the configure
# script doesn't find the proper headers.
# This could be a bug in the buildlink framework for wide curses.
# The next line is a workaround until someone(TM) finds time to
# investigate this.
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/options.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/news/tin/options.mk b/news/tin/options.mk index 63091fff880..863f1f4913a 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2007/11/25 12:44:07 wiz Exp $ +# $NetBSD: options.mk,v 1.10 2008/07/14 10:09:56 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tin PKG_SUPPORTED_OPTIONS= icu inet6 tin-use-inn-spool @@ -28,6 +28,12 @@ CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.ncurses} . include "../../devel/ncursesw/buildlink3.mk" CONFIGURE_ARGS+= --with-screen=ncursesw CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.ncursesw} +# XXX: NetBSD's wide curses are not accepted, because the configure +# script doesn't find the proper headers. +# This could be a bug in the buildlink framework for wide curses. +# The next line is a workaround until someone(TM) finds time to +# investigate this. +USE_BUILTIN.ncursesw= no .endif .if !empty(PKG_OPTIONS:Micu) |