From 8cf984f92e8f0983b7509a20d733a144ec739ad9 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 20 Dec 2005 14:11:03 +0000 Subject: Fix GCC 3.4+: label at end of compound statement. DragonFly support. --- emulators/darcnes/distinfo | 4 +++- emulators/darcnes/patches/patch-ai | 12 ++++++++++++ emulators/darcnes/patches/patch-aj | 13 +++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 emulators/darcnes/patches/patch-ai create mode 100644 emulators/darcnes/patches/patch-aj (limited to 'emulators/darcnes') diff --git a/emulators/darcnes/distinfo b/emulators/darcnes/distinfo index 696eeeb6824..795d1ed510e 100644 --- a/emulators/darcnes/distinfo +++ b/emulators/darcnes/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 18:49:18 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/12/20 14:11:03 joerg Exp $ SHA1 (dn9b0401.tgz) = 3158ae8bd53891c2d17989cbb9d03493f1511132 RMD160 (dn9b0401.tgz) = 82201c3a2da113fa39edeb9ea675ddeceeec2bf3 @@ -10,3 +10,5 @@ SHA1 (patch-ae) = b4a1029aebc356f10a90df35dcf3c392232a8c05 SHA1 (patch-af) = 470abb49e62e0b508893c0a32e3248635395896a SHA1 (patch-ag) = 9a2689d2a0a18574a53c52404e380672cebefb54 SHA1 (patch-ah) = caab7e9e0d3489883f242ab305f8534e99de9bca +SHA1 (patch-ai) = f0c05c73ef4dae953edcd0dfde31e259c2632920 +SHA1 (patch-aj) = fd6f3c3eec4cc9353b12a896d6d8e8cd73b40e57 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; + } + } + diff --git a/emulators/darcnes/patches/patch-aj b/emulators/darcnes/patches/patch-aj new file mode 100644 index 00000000000..213fe71366b --- /dev/null +++ b/emulators/darcnes/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2005/12/20 14:11:03 joerg Exp $ + +--- unixdep.h.orig 2005-12-20 13:59:22.000000000 +0000 ++++ unixdep.h +@@ -11,7 +11,7 @@ + + #include + +-#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) || defined(__DragonFly__) + #define SYSTEM_FREEBSD + #endif + -- cgit v1.2.3