summaryrefslogtreecommitdiff
path: root/deskutils/ical/files/patch-ical.h
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/ical/files/patch-ical.h')
-rw-r--r--deskutils/ical/files/patch-ical.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/deskutils/ical/files/patch-ical.h b/deskutils/ical/files/patch-ical.h
new file mode 100644
index 000000000000..b2a29fa52e85
--- /dev/null
+++ b/deskutils/ical/files/patch-ical.h
@@ -0,0 +1,14 @@
+--- ical.h.orig 1996-02-10 04:17:36.000000000 +0100
++++ ical.h 2003-04-28 18:14:32.000000000 +0200
+@@ -4,6 +4,11 @@
+
+ #include <tcl.h>
+
++// That was introduced in tcl8.4
++#ifndef CONST84
++#define CONST84
++#endif
++
+ // Proc for triggering tcl code based on changes
+ // to calendars/items.
+