summaryrefslogtreecommitdiff
path: root/emulators/arnold
diff options
context:
space:
mode:
authorwiz <wiz>2006-10-18 23:30:46 +0000
committerwiz <wiz>2006-10-18 23:30:46 +0000
commita7413ed4f50a878594935b1f4b4b813afef53572 (patch)
tree280b2e3e0d4fcc70ba09793142e596d2f4da8870 /emulators/arnold
parentfbb0465aba96dc14a66d80b0acd8ea32d68086f6 (diff)
downloadpkgsrc-a7413ed4f50a878594935b1f4b4b813afef53572.tar.gz
Fix function prototype (missing "static"). Fixes compilation with gcc4.
Diffstat (limited to 'emulators/arnold')
-rw-r--r--emulators/arnold/distinfo3
-rw-r--r--emulators/arnold/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/arnold/distinfo b/emulators/arnold/distinfo
index 98fd03f7dcc..594d61396b0 100644
--- a/emulators/arnold/distinfo
+++ b/emulators/arnold/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/11/03 21:40:13 rillig Exp $
+$NetBSD: distinfo,v 1.4 2006/10/18 23:30:46 wiz Exp $
SHA1 (arnsrc27012002.zip) = de3102b954d79176dce259375dc1824189027f8e
RMD160 (arnsrc27012002.zip) = 7b43c157cbc4f6171ee9ef14cc282cc1692188c6
Size (arnsrc27012002.zip) = 916680 bytes
SHA1 (patch-aa) = aff649f6c37cf7a321c182442d9faac44594b413
SHA1 (patch-ab) = fde2730f3cf53d539543489a6d691ad7a6bc9d68
+SHA1 (patch-ac) = 0f7681cbf3f6345ce7427591936c607075fa76ac
diff --git a/emulators/arnold/patches/patch-ac b/emulators/arnold/patches/patch-ac
new file mode 100644
index 00000000000..8087e5cdf27
--- /dev/null
+++ b/emulators/arnold/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/18 23:30:46 wiz Exp $
+
+--- src/cpc/tzx.c.orig 2001-10-21 09:43:06.000000000 +0000
++++ src/cpc/tzx.c
+@@ -57,7 +57,7 @@ static unsigned long TapeImage_Flags;
+ static unsigned char *pTapeBlockPtr = NULL;
+
+ static void TapeImage_GetNextDataBlock(void);
+-int TapeImage_GetBlockLength(unsigned char *pBlock);
++static int TapeImage_GetBlockLength(unsigned char *pBlock);
+ static void TapeImage_HandleBlock(unsigned char *);
+
+