summaryrefslogtreecommitdiff
path: root/emulators/darcnes/patches/patch-ai
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-20 14:11:03 +0000
committerjoerg <joerg>2005-12-20 14:11:03 +0000
commit9ad020a60f123c6fd79f5b9d5a1409c792ea55f2 (patch)
treecace9799cfce24345d2656a95f9554fd3de209ad /emulators/darcnes/patches/patch-ai
parent36df5b9c489c867ec12546ca6d254f80c3dd6154 (diff)
downloadpkgsrc-9ad020a60f123c6fd79f5b9d5a1409c792ea55f2.tar.gz
Fix GCC 3.4+: label at end of compound statement.
DragonFly support.
Diffstat (limited to 'emulators/darcnes/patches/patch-ai')
-rw-r--r--emulators/darcnes/patches/patch-ai12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/darcnes/patches/patch-ai b/emulators/darcnes/patches/patch-ai
new file mode 100644
index 00000000000..793fac67eff
--- /dev/null
+++ b/emulators/darcnes/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2005/12/20 14:11:03 joerg Exp $
+
+--- video_x.c.orig 2005-12-20 13:56:32.000000000 +0000
++++ video_x.c
+@@ -366,6 +366,7 @@ void handle_joypad_key(int type, KeySym
+ }
+
+ default:
++ break;
+ }
+ }
+