]> git.pld-linux.org Git - packages/bochs.git/commitdiff
- ncurses patch
authorpascalek <pascalek@pld-linux.org>
Wed, 10 Sep 2003 11:45:54 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bochs-ncurses.patch -> 1.1

bochs-ncurses.patch [new file with mode: 0644]

diff --git a/bochs-ncurses.patch b/bochs-ncurses.patch
new file mode 100644 (file)
index 0000000..142a79f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur bochs-2.0.2.orig/gui/term.cc bochs-2.0.2.chng/gui/term.cc
+--- bochs-2.0.2.orig/gui/term.cc       Wed Nov 20 13:23:40 2002
++++ bochs-2.0.2.chng/gui/term.cc       Wed Sep 10 11:33:37 2003
+@@ -37,7 +37,7 @@
+ #include "icon_bochs.h"
+ extern "C" {
+-#include <curses.h>
++#include <ncurses/curses.h>
+ #include <signal.h>
+ };
This page took 0.039059 seconds and 4 git commands to generate.