aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile/files/guile-1.8.8-os_dep.patch')
-rw-r--r--dev-scheme/guile/files/guile-1.8.8-os_dep.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-scheme/guile/files/guile-1.8.8-os_dep.patch b/dev-scheme/guile/files/guile-1.8.8-os_dep.patch
new file mode 100644
index 00000000..9fab8dae
--- /dev/null
+++ b/dev-scheme/guile/files/guile-1.8.8-os_dep.patch
@@ -0,0 +1,10 @@
+--- a/guile-1.8.8/libguile/gc_os_dep.c
++++ b/guile-1.8.8/libguile/gc_os_dep.c
+@@ -1472,6 +1472,7 @@
+ /* has the right declaration for glibc 2.1. */
+ # include <sigcontext.h>
+ # endif /* 0 == __GLIBC_MINOR__ */
++# elif 1
+ # else /* not 2 <= __GLIBC__ */
+ /* libc5 doesn't have <sigcontext.h>: go directly with the kernel */
+ /* one. Check LINUX_VERSION_CODE to see which we should reference. */