]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Mar 2009 22:44:06 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-ncurses.patch -> 1.1

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

diff --git a/qemu-ncurses.patch b/qemu-ncurses.patch
new file mode 100644 (file)
index 0000000..1fecede
--- /dev/null
@@ -0,0 +1,10 @@
+--- configure~ 2009-03-04 23:54:45.000000000 +0100
++++ configure  2009-03-07 23:38:51.018285221 +0100
+@@ -944,6 +944,7 @@
+ # curses probe
+ if test "$curses" = "yes" ; then
++  ARCH_CFLAGS="$ARCH_CFLAGS -I/usr/include/ncurses"
+   curses=no
+   cat > $TMPC << EOF
+ #include <curses.h>
This page took 0.084161 seconds and 4 git commands to generate.