aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bvi/bvi-1.3.1/compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bvi/bvi-1.3.1/compile.patch')
-rw-r--r--recipes/bvi/bvi-1.3.1/compile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/bvi/bvi-1.3.1/compile.patch b/recipes/bvi/bvi-1.3.1/compile.patch
new file mode 100644
index 0000000000..b64cd8f445
--- /dev/null
+++ b/recipes/bvi/bvi-1.3.1/compile.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- bvi-1.3.1/bmore.h~compile
++++ bvi-1.3.1/bmore.h
+@@ -48,7 +48,7 @@
+ # include <unistd.h>
+ #if HAVE_NCURSES_H
+ # include <ncurses.h>
+-# include <ncurses/term.h>
++# include <term.h>
+ #else
+ # include <curses.h>
+ # include <term.h>