diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-11-05 09:18:29 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-11-05 09:18:29 +0000 |
commit | ebafa96764b7f41b9aa7dcf448e245d8d629bbad (patch) | |
tree | 8ebda11220e12457d8cb555b6233e268d48a8780 /patches | |
parent | a53c26bd6163c23222843c95f190b85db80e99e6 (diff) | |
download | midipix_build-ebafa96764b7f41b9aa7dcf448e245d8d629bbad.tar.bz2 midipix_build-ebafa96764b7f41b9aa7dcf448e245d8d629bbad.tar.xz |
vars/build.vars:native_packages_etc: adds bochs v2.6.9 (via Redfoxmoon.)
patches/bochs-2.6.9.local.patch: via Redfoxmoon.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/bochs-2.6.9.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/bochs-2.6.9.local.patch b/patches/bochs-2.6.9.local.patch new file mode 100644 index 00000000..f3a9210f --- /dev/null +++ b/patches/bochs-2.6.9.local.patch @@ -0,0 +1,12 @@ +diff -ru bochs-2.6.9.orig/gui/term.cc bochs-2.6.9/gui/term.cc +--- bochs-2.6.9.orig/gui/term.cc 2017-01-15 12:44:43.207284000 +0100 ++++ bochs-2.6.9/gui/term.cc 2019-11-04 21:23:25.102021241 +0100 +@@ -29,7 +29,7 @@ + #if BX_WITH_TERM + + extern "C" { +-#include <curses.h> ++#include <ncurses.h> + #include <signal.h> + }; + |