summaryrefslogtreecommitdiff
path: root/www/snownews/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'www/snownews/patches/patch-configure')
-rw-r--r--www/snownews/patches/patch-configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/snownews/patches/patch-configure b/www/snownews/patches/patch-configure
index a94193e6613..71d1446d7af 100644
--- a/www/snownews/patches/patch-configure
+++ b/www/snownews/patches/patch-configure
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure,v 1.2 2021/04/21 09:28:28 nia Exp $
+$NetBSD: patch-configure,v 1.3 2021/07/05 20:14:14 fcambus Exp $
Allow NetBSD curses to be used.
---- configure.orig 2021-04-11 22:41:14.000000000 +0000
+--- configure.orig 2021-04-20 21:13:10.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 ncursesw"
+pkgs="libcurl libxml-2.0 libcrypto"
# Default pkg flags to substitute when pkg-config is not found
pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw"