diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-02-12 17:45:18 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2012-02-18 09:12:29 -0200 |
commit | d2e2932320d8598a528a3f8b10c8e3f4571ee0e1 (patch) | |
tree | eabf4ac79df81756531ccf468a71e28ad80c7a11 /system/aqemu/patches/0002-Fixed-bug-3395228.patch | |
parent | 3a39822712240010fd4bb25ccbf58c06117cad73 (diff) |
system/aqemu: Add some patches from git (including qemu-1.0 support)
Signed-off-by: Leo Midha <netrixtardis@stealth3.com>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/aqemu/patches/0002-Fixed-bug-3395228.patch')
-rw-r--r-- | system/aqemu/patches/0002-Fixed-bug-3395228.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/aqemu/patches/0002-Fixed-bug-3395228.patch b/system/aqemu/patches/0002-Fixed-bug-3395228.patch new file mode 100644 index 0000000000000..f0c30d42cace8 --- /dev/null +++ b/system/aqemu/patches/0002-Fixed-bug-3395228.patch @@ -0,0 +1,25 @@ +From b9b83bef7abd0b234b9641d523be9012ea1cf718 Mon Sep 17 00:00:00 2001 +From: Andrey Rijov <rdron@users.sourceforge.net> +Date: Sun, 21 Aug 2011 12:53:11 +0400 +Subject: [PATCH 2/7] Fixed bug #3395228 + +--- + README | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/README b/README +index ad70462..f8c08e2 100644 +--- a/README ++++ b/README +@@ -37,7 +37,7 @@ INSTALLATION (For Unix): + Sample `cmake -DCMAKE_INSTALL_PREFIX=/usr/local/' this install AQEMU binary + in /usr/local/bin and install data in /usr/local/share/aqemu + +- -DWITHOUT_EMBEDDED_DISPLAY = on | off (Default is: on) ++ -DWITHOUT_EMBEDDED_DISPLAY = on | off (Default is: off) + For building without support Embedded VNC Display. + + -DDEBUG = on | off (Default is: off) +-- +1.7.8.3 + |