summaryrefslogtreecommitdiff
path: root/emulators/darcnes
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-20 14:11:03 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-20 14:11:03 +0000
commit8cf984f92e8f0983b7509a20d733a144ec739ad9 (patch)
treecace9799cfce24345d2656a95f9554fd3de209ad /emulators/darcnes
parent13d4b4fa5265347825162de819eacd762cabf94d (diff)
downloadpkgsrc-8cf984f92e8f0983b7509a20d733a144ec739ad9.tar.gz
Fix GCC 3.4+: label at end of compound statement.
DragonFly support.
Diffstat (limited to 'emulators/darcnes')
-rw-r--r--emulators/darcnes/distinfo4
-rw-r--r--emulators/darcnes/patches/patch-ai12
-rw-r--r--emulators/darcnes/patches/patch-aj13
3 files changed, 28 insertions, 1 deletions
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 <sys/param.h>
+
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #define SYSTEM_FREEBSD
+ #endif
+