diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-02-05 21:59:13 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-02-05 21:59:13 +0000 |
commit | 98829dc0c384ae3f41db07e9b832709771390bf2 (patch) | |
tree | 4541af3e0bd51b100abd1f1c0da8ec9d2f19cfe1 /deskutils/ical/files/patch-time_Time.C | |
parent | Attempt to unbreak INDEX (diff) |
deskutils/ical: udpate to 3.0.4
PR: 243520
Submitted by: fbsd@opal.com (maintainer)
Notes
Notes:
svn path=/head/; revision=525352
Diffstat (limited to 'deskutils/ical/files/patch-time_Time.C')
-rw-r--r-- | deskutils/ical/files/patch-time_Time.C | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/ical/files/patch-time_Time.C b/deskutils/ical/files/patch-time_Time.C new file mode 100644 index 000000000000..e7316c01a275 --- /dev/null +++ b/deskutils/ical/files/patch-time_Time.C @@ -0,0 +1,10 @@ +--- time/Time.C.orig 2012-06-02 18:44:03 UTC ++++ time/Time.C +@@ -4,7 +4,6 @@ + #include <sys/types.h> + #include <math.h> + #include <string.h> +-#include <alloca.h> + #include <stdlib.h> + + #include "config.h" |