]> git.pld-linux.org Git - packages/bochs.git/blame - bochs-ncurses.patch
- pass correct CXXFLAGS for ncurses, thus obsoleting patch0
[packages/bochs.git] / bochs-ncurses.patch
CommitLineData
a800c8f4 1diff -Nur bochs-2.0.2.orig/gui/term.cc bochs-2.0.2.chng/gui/term.cc
2--- bochs-2.0.2.orig/gui/term.cc Wed Nov 20 13:23:40 2002
3+++ bochs-2.0.2.chng/gui/term.cc Wed Sep 10 11:33:37 2003
4@@ -37,7 +37,7 @@
5 #include "icon_bochs.h"
6
7 extern "C" {
8-#include <curses.h>
9+#include <ncurses/curses.h>
10 #include <signal.h>
11 };
12
This page took 0.049062 seconds and 4 git commands to generate.