summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-10-10 22:09:48 +0000
committerrillig <rillig@pkgsrc.org>2007-10-10 22:09:48 +0000
commit4aa9ca05a0911418c250f915f0e3076f597798a0 (patch)
tree8bf2e533c26781ed1a060e859b3bb777dedfe385
parentaff72af189e88b4ef4aa9f5908170dff46b25e8e (diff)
downloadpkgsrc-4aa9ca05a0911418c250f915f0e3076f597798a0.tar.gz
Fixed non-static definition after static declaration.
-rw-r--r--emulators/generator/distinfo3
-rw-r--r--emulators/generator/patches/patch-ag13
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/generator/distinfo b/emulators/generator/distinfo
index af60595b3bc..297ee2eaaea 100644
--- a/emulators/generator/distinfo
+++ b/emulators/generator/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/04/02 22:23:53 kristerw Exp $
+$NetBSD: distinfo,v 1.8 2007/10/10 22:09:48 rillig Exp $
SHA1 (generator-0.35.tar.gz) = a61138579efd97028d3a69c54c3c6fcd0a3d74ab
RMD160 (generator-0.35.tar.gz) = 6b448018b8ed0fd9755ddb850f48892304d12e78
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 487620ee83fc17119ad6b8ab3e9a19a1401a5c02
SHA1 (patch-ac) = 7467437c39f7df56a261a330d8f021c0d9c0381b
SHA1 (patch-ae) = 4e689421fe66aa7f635191e9f0100cd98daf8a76
SHA1 (patch-af) = ef1c72b6da1ae93209a13b6836d5a85f66ffa51c
+SHA1 (patch-ag) = 2837e5f931326b1ac4fb7b045c05a81d809693e4
diff --git a/emulators/generator/patches/patch-ag b/emulators/generator/patches/patch-ag
new file mode 100644
index 00000000000..010de9a9802
--- /dev/null
+++ b/emulators/generator/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/10/10 22:09:48 rillig Exp $
+
+--- cpu68k/def68k.c.orig 2003-05-05 02:58:27.000000000 +0200
++++ cpu68k/def68k.c 2007-10-11 00:04:48.000000000 +0200
+@@ -1318,7 +1318,7 @@ void procline(char *line, int lineno, FI
+ } /* block */
+ }
+
+-int clocks_movetable[] = {
++static int clocks_movetable[] = {
+ 4, 4, 8, 8, 8, 12, 14, 12, 16,
+ 4, 4, 8, 8, 8, 12, 14, 12, 16,
+ 8, 8, 12, 12, 12, 16, 18, 16, 20,