summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-11-18 20:44:55 +0000
committerkristerw <kristerw@pkgsrc.org>2005-11-18 20:44:55 +0000
commit94a3ebbd1df5d9348f3d3cce04dd78e40bc309cd (patch)
tree11bfea25a6cf169e805d0c371dd3cd55aef7d298 /emulators
parent438127bb3f29871ceb2b4ca1e1760eff4a4c8616 (diff)
downloadpkgsrc-94a3ebbd1df5d9348f3d3cce04dd78e40bc309cd.tar.gz
Fix a static/non-static conflict that prevented this from building
when using gcc 4.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/distinfo3
-rw-r--r--emulators/vice/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo
index 0ae9905d7b9..59378332784 100644
--- a/emulators/vice/distinfo
+++ b/emulators/vice/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2005/02/23 18:49:21 agc Exp $
+$NetBSD: distinfo,v 1.19 2005/11/18 20:44:55 kristerw Exp $
SHA1 (vice-1.16.tar.gz) = ec3780e66a97fc235e3ff04b334210945fa3750a
RMD160 (vice-1.16.tar.gz) = dc3583bf1cf23930396d7dbc6c397b70c521843a
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = e9cebe89629f2dacb500695e4205cc33fab18bfe
SHA1 (patch-ac) = bb648b8dc668a12540eab9f1be6374aab8cda35a
SHA1 (patch-ad) = 9f26a52a0f60658b147ad62a8cadc37ddd99fe04
SHA1 (patch-ae) = c2ede31953ebaf033c9ae1aa1985012fb0e5f3b6
+SHA1 (patch-af) = c7aef30587e36c6f83daab29f76528f49846aa22
diff --git a/emulators/vice/patches/patch-af b/emulators/vice/patches/patch-af
new file mode 100644
index 00000000000..4a0f434d707
--- /dev/null
+++ b/emulators/vice/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.5 2005/11/18 20:44:55 kristerw Exp $
+
+--- src/arch/unix/x11/video.c.orig 2005-11-18 20:57:10.000000000 +0100
++++ src/arch/unix/x11/video.c 2005-11-18 20:57:47.000000000 +0100
+@@ -204,7 +204,7 @@
+
+ /* ------------------------------------------------------------------------- */
+
+-static GC _video_gc;
++GC _video_gc;
+ static void (*_refresh_func)();
+
+ /* This is set to 1 if the Shared Memory Extensions can actually be used. */