aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2006-12-26 22:41:13 +0000
committerJuergen Lock <nox@FreeBSD.org>2006-12-26 22:41:13 +0000
commitcc20143e5b22d851b1c725f057502df2d1094f83 (patch)
treeeacc58814686fec0a6167026ef4275e30193d63d /emulators/qemu
parentf858d697233729a123e34fc6369f91ad09797a6d (diff)
downloadports-cc20143e5b22d851b1c725f057502df2d1094f83.tar.gz
ports-cc20143e5b22d851b1c725f057502df2d1094f83.zip
Notes
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile1
-rw-r--r--emulators/qemu/files/patch-sdl.c14
2 files changed, 15 insertions, 0 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index dd567cfe04ee..dc533bde9cc9 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qemu
PORTVERSION= 0.8.2s.20061225
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.qemu.org/:release \
http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \
diff --git a/emulators/qemu/files/patch-sdl.c b/emulators/qemu/files/patch-sdl.c
new file mode 100644
index 000000000000..a5cc515a4b10
--- /dev/null
+++ b/emulators/qemu/files/patch-sdl.c
@@ -0,0 +1,14 @@
+Index: qemu/sdl.c
+@@ -115,9 +115,9 @@
+ 0xb5, /* 112 Divide */
+ 0xb8, /* 113 Alt-R */
+ 0xc6, /* 114 Break */
+- 0x0, /* 115 */
+- 0x0, /* 116 */
+- 0x0, /* 117 */
++ 0xdb, /* 115 windows left button */
++ 0xdc, /* 116 windows right button */
++ 0xdd, /* 117 right menu button */
+ 0x0, /* 118 */
+ 0x0, /* 119 */
+ 0x70, /* 120 Hiragana_Katakana */