summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice/patches/patch-af')
-rw-r--r--emulators/vice/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
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. */