summaryrefslogtreecommitdiff
path: root/user/libgnt/tinfo.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-06 23:20:02 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-06 23:20:02 +0000
commit9fb33f7de3fd9052f575c060d3d6e657abe537ee (patch)
tree83333212294bca9d07c22b42ebb1c91a3a7b5662 /user/libgnt/tinfo.patch
parent99396fd6b2cdd269fef8522aebcfa694d0f32fd3 (diff)
downloadpackages-9fb33f7de3fd9052f575c060d3d6e657abe537ee.tar.gz
packages-9fb33f7de3fd9052f575c060d3d6e657abe537ee.tar.bz2
packages-9fb33f7de3fd9052f575c060d3d6e657abe537ee.tar.xz
packages-9fb33f7de3fd9052f575c060d3d6e657abe537ee.zip
user/libgnt: New package
Diffstat (limited to 'user/libgnt/tinfo.patch')
-rw-r--r--user/libgnt/tinfo.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/user/libgnt/tinfo.patch b/user/libgnt/tinfo.patch
new file mode 100644
index 000000000..1e4ab4902
--- /dev/null
+++ b/user/libgnt/tinfo.patch
@@ -0,0 +1,18 @@
+--- libgnt-2.14.0/meson.build
++++ libgnt-2.14.0/meson.build
+@@ -72,6 +72,7 @@
+ ncurses_available = true
+ ncurses_inc = []
+ ncurses_libs = [
++ compiler.find_library('tinfow', required : false),
+ compiler.find_library('ncursesw', required : false),
+ compiler.find_library('panelw', required : false)
+ ]
+@@ -113,6 +114,7 @@
+ else
+ # ncursesw was not found. Look for plain old ncurses
+ ncurses_libs = [
++ compiler.find_library('tinfo', required : false),
+ compiler.find_library('ncurses', required : false),
+ compiler.find_library('panel', required : false)
+ ]