diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-24 08:48:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-24 08:48:14 +0000 |
commit | c2e70b2c0fe708ecdc3a384eb9fdc7a9880aa428 (patch) | |
tree | 6d84f8dab3f39509a260f9fefef558e8063a2b3f /emulators/darcnes | |
parent | 44d10498211577410da72aef948ce8cb7224b68b (diff) | |
download | ports-c2e70b2c0fe708ecdc3a384eb9fdc7a9880aa428.tar.gz ports-c2e70b2c0fe708ecdc3a384eb9fdc7a9880aa428.zip |
Fix build on sparc64
Notes
Notes:
svn path=/head/; revision=117184
Diffstat (limited to 'emulators/darcnes')
-rw-r--r-- | emulators/darcnes/files/patch-video__x.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/darcnes/files/patch-video__x.c b/emulators/darcnes/files/patch-video__x.c new file mode 100644 index 000000000000..d09426a35568 --- /dev/null +++ b/emulators/darcnes/files/patch-video__x.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- video_x.c.orig Tue Aug 24 10:46:40 2004 ++++ video_x.c Tue Aug 24 10:46:55 2004 +@@ -365,7 +365,7 @@ + ui_joypad->data &= ~ui_joypad->button_template->buttons[0]; + } + +- default: ++ default: break; + } + } + |