summaryrefslogtreecommitdiff
path: root/lang/guile/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/guile/patches/patch-aa')
-rw-r--r--lang/guile/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/guile/patches/patch-aa b/lang/guile/patches/patch-aa
new file mode 100644
index 00000000000..b76ed7c24b2
--- /dev/null
+++ b/lang/guile/patches/patch-aa
@@ -0,0 +1,12 @@
+--- libguile/stime.c.orig Sun Nov 2 14:40:38 1997
++++ libguile/stime.c Sun Nov 2 14:44:52 1997
+@@ -81,7 +81,9 @@
+ extern char *tzname[]; /* RS6000 and others reject char **tzname. */
+ #endif
+
++#ifndef HAVE_STRPTIME
+ char *strptime ();
++#endif
+
+ /* This should be figured out by autoconf. */
+ #ifdef CLK_TCK