summaryrefslogtreecommitdiff
path: root/misc/siag/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'misc/siag/patches/patch-ag')
-rw-r--r--misc/siag/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/siag/patches/patch-ag b/misc/siag/patches/patch-ag
new file mode 100644
index 00000000000..8999a391591
--- /dev/null
+++ b/misc/siag/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2007/05/16 18:40:13 gdt Exp $
+
+--- xegon/xegon.h.orig 2003-01-15 18:56:54.000000000 -0500
++++ xegon/xegon.h
+@@ -23,7 +23,7 @@ typedef struct {
+ Boolean play;
+ } AppData;
+
+-extern AppData app_data;
++/*extern AppData app_data;*/
+
+ /* Each list has a frame, a title, a viewport and a list */
+ typedef struct egon_ui {