summaryrefslogtreecommitdiff
path: root/misc/siag/patches/patch-ag
diff options
context:
space:
mode:
authorgdt <gdt>2007-05-16 18:40:12 +0000
committergdt <gdt>2007-05-16 18:40:12 +0000
commit369556210ed7163009514d24759f217c727cbb67 (patch)
treef75dbb5ce5aab5be042f6f3d04295d500317b776 /misc/siag/patches/patch-ag
parentac66f005327c5905670d4acd3e241abd4f5059cc (diff)
downloadpkgsrc-369556210ed7163009514d24759f217c727cbb67.tar.gz
Use guile 1.6 instead of 1.4.
Add two patches for modern compilers/usage (unrelated to guile, probably). PKGREVISION++.
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 {