summarylogtreecommitdiffstats
path: root/ncurses-import.patch
diff options
context:
space:
mode:
authorNarrat2020-02-11 00:34:59 +0100
committerNarrat2020-02-11 00:34:59 +0100
commit4ec8c3948e835ccbae0b5d4a6c3fc0ed09c892b5 (patch)
tree7fa5515d573b111037b90b7f9733f6f30c1eec27 /ncurses-import.patch
parentb977cd9e18af597633054d824f554db05efd7384 (diff)
downloadaur-libvterm-vwm.tar.gz
libvterm-vwm: update to 9.3
Diffstat (limited to 'ncurses-import.patch')
-rw-r--r--ncurses-import.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ncurses-import.patch b/ncurses-import.patch
index 8ba3bca571a5..787183b305d6 100644
--- a/ncurses-import.patch
+++ b/ncurses-import.patch
@@ -69,3 +69,15 @@
#endif
#ifdef __FreeBSD__
+
+--- libvterm/nc_wrapper.c
++++ libvterm/nc_wrapper.c
+@@ -2,7 +2,7 @@
+ #include <dlfcn.h>
+
+ #ifdef __linux__
+-#include <ncursesw/curses.h>
++#include <curses.h>
+ #endif
+
+ #ifdef __FreeBSD__