aboutsummaryrefslogtreecommitdiffstats
path: root/testing/multitail/fix-ncursesw-include.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-10-03 02:10:16 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2015-10-03 02:38:17 +0200
commit2a61ec59bd358080e410623be8c1e6945ffa0f97 (patch)
treec0e35ea941174c0fa4b0e8d3e96651d3142987b1 /testing/multitail/fix-ncursesw-include.patch
parenta79c1f0c6037dca29256221ce01311fb2a3d1f6e (diff)
downloadaports-2a61ec59bd358080e410623be8c1e6945ffa0f97.tar.bz2
aports-2a61ec59bd358080e410623be8c1e6945ffa0f97.tar.xz
testing/multitail: upgrade to 6.4.1
Diffstat (limited to 'testing/multitail/fix-ncursesw-include.patch')
-rw-r--r--testing/multitail/fix-ncursesw-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/multitail/fix-ncursesw-include.patch b/testing/multitail/fix-ncursesw-include.patch
new file mode 100644
index 0000000000..33c1051804
--- /dev/null
+++ b/testing/multitail/fix-ncursesw-include.patch
@@ -0,0 +1,14 @@
+diff -upr multitail-6.4.2.orig/mt.h multitail-6.4.2/mt.h
+--- multitail-6.4.2.orig/mt.h 2015-10-03 01:53:00.408700746 +0200
++++ multitail-6.4.2/mt.h 2015-10-03 01:53:03.935011348 +0200
+@@ -60,8 +60,8 @@ typedef enum { SCHEME_TYPE_EDIT = 0, SCH
+ #endif
+
+ #ifdef UTF8_SUPPORT
+- #include <ncursesw/panel.h>
+- #include <ncursesw/ncurses.h>
++ #include <panel.h>
++ #include <ncurses.h>
+ #else
+ #if defined(sun) || defined(__sun) || defined(scoos) || defined(_HPUX_SOURCE) || defined(AIX) || defined(__CYGWIN__)
+ #include <ncurses/panel.h>