Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nvi2 nvi2: Need to include curses here too



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09a9941969dd
branches:  trunk
changeset: 434313:09a9941969dd
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 14 11:47:03 2020 +0000

description:
nvi2: Need to include curses here too

diffstat:

 editors/nvi2/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2ab314ea07f9 -r 09a9941969dd editors/nvi2/options.mk
--- a/editors/nvi2/options.mk   Sun Jun 14 11:46:10 2020 +0000
+++ b/editors/nvi2/options.mk   Sun Jun 14 11:47:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/06/14 11:44:02 nia Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/14 11:47:03 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nvi2
 PKG_SUPPORTED_OPTIONS= iconv wide-curses
@@ -21,5 +21,6 @@
 CMAKE_ARGS+=   -DUSE_WIDECHAR=OFF
 .  endif
 .else
+.  include "../../mk/curses.buildlink3.mk"
 CMAKE_ARGS+=   -DUSE_WIDECHAR=OFF
 .endif



Home | Main Index | Thread Index | Old Index