$NetBSD: patch-configure,v 1.2 2021/04/21 09:28:28 nia Exp $

Allow NetBSD curses to be used.

--- configure.orig	2021-04-11 22:41:14.000000000 +0000
+++ configure
@@ -34,7 +34,7 @@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BR
 progs="CC=gcc CC=clang CC=cc INSTALL=install MSGFMT=msgfmt"
 
 # Libs found using pkg-config
-pkgs="libcurl libxml-2.0 libcrypto ncurses"
+pkgs="libcurl libxml-2.0 libcrypto"
 # Default pkg flags to substitute when pkg-config is not found
 pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw"
 pkg_cflags="-I\/usr\/include\/libxml2"
