pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/tin Fix build with ncursesw option set. Comment f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddbdcce67d62
branches: trunk
changeset: 544415:ddbdcce67d62
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 14 10:09:56 2008 +0000
description:
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:
news/tin/options.mk | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 76e055e95ccf -r ddbdcce67d62 news/tin/options.mk
--- a/news/tin/options.mk Mon Jul 14 09:42:00 2008 +0000
+++ b/news/tin/options.mk Mon Jul 14 10:09:56 2008 +0000
@@ -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 @@
. 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)
Home |
Main Index |
Thread Index |
Old Index