pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nvi2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 11:47:04 UTC 2020

Modified Files:
        pkgsrc/editors/nvi2: options.mk

Log Message:
nvi2: Need to include curses here too


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/nvi2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nvi2/options.mk
diff -u pkgsrc/editors/nvi2/options.mk:1.1 pkgsrc/editors/nvi2/options.mk:1.2
--- pkgsrc/editors/nvi2/options.mk:1.1  Sun Jun 14 11:44:02 2020
+++ pkgsrc/editors/nvi2/options.mk      Sun Jun 14 11:47:03 2020
@@ -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=ON
 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