summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/guile/files/guile-1.6.7-scmsigs.patch')
-rw-r--r--dev-util/guile/files/guile-1.6.7-scmsigs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/guile/files/guile-1.6.7-scmsigs.patch b/dev-util/guile/files/guile-1.6.7-scmsigs.patch
new file mode 100644
index 000000000000..65b5b52c3dc7
--- /dev/null
+++ b/dev-util/guile/files/guile-1.6.7-scmsigs.patch
@@ -0,0 +1,11 @@
+--- libguile/scmsigs.c.sav Tue Feb 11 22:07:54 2003
++++ libguile/scmsigs.c Tue Feb 11 22:08:18 2003
+@@ -66,7 +66,7 @@
+ /* The thread system has its own sleep and usleep functions. */
+ #ifndef USE_THREADS
+
+-#if defined(MISSING_SLEEP_DECL)
++#if defined(MISSING_SLEEP_DECL) && ! defined(macosx)
+ int sleep ();
+ #endif
+