summaryrefslogtreecommitdiff
path: root/misc/sch
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-05-23 23:28:08 +0000
committerkristerw <kristerw>2004-05-23 23:28:08 +0000
commit455cca40b855dd9893f029b3e9a563f675f02810 (patch)
tree0884bfd8f9119b9ffd41203c66e7280062813328 /misc/sch
parentbe042366a1254ef169cbdaa07dbd77fb0061893f (diff)
downloadpkgsrc-455cca40b855dd9893f029b3e9a563f675f02810.tar.gz
Make this package compile when using gcc 3.3.
Diffstat (limited to 'misc/sch')
-rw-r--r--misc/sch/distinfo3
-rw-r--r--misc/sch/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/sch/distinfo b/misc/sch/distinfo
index ccdcda5f692..e246add9953 100644
--- a/misc/sch/distinfo
+++ b/misc/sch/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:52:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/05/23 23:28:08 kristerw Exp $
SHA1 (sch-20010224.tar.gz) = 428f3581d4705d5816430efbb3b49634f2f38b32
Size (sch-20010224.tar.gz) = 185050 bytes
+SHA1 (patch-aa) = 1186dc4e76f6a1d3caede08b0d33d7683a5e70eb
diff --git a/misc/sch/patches/patch-aa b/misc/sch/patches/patch-aa
new file mode 100644
index 00000000000..76cae1ce599
--- /dev/null
+++ b/misc/sch/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/05/23 23:28:08 kristerw Exp $
+--- ../opts.c.orig 2004-05-24 01:23:56.000000000 +0200
++++ ../opts.c 2004-05-24 01:24:52.000000000 +0200
+@@ -82,7 +82,7 @@
+ { "oldformat", v_bool, &oldformat, action_thru, 0 },
+ { "tabhour", v_int, &tabhour, action_thru, 0 },
+ { "verbose", v_bool, &verbose, action_thru, 0 },
+- { NULL, NULL, NULL },
++ { NULL, 0, NULL, NULL },
+ };
+
+ static int repaint;