summaryrefslogtreecommitdiffstats
path: root/main/bison/gnulib-uclibc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-30 17:41:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-30 17:41:10 +0000
commit9cd3b9efafacf6b94cf1098e5e00cf239b6de446 (patch)
tree7e5989d39431dc5daebdb05a6c348160ed27e6e3 /main/bison/gnulib-uclibc.patch
parent4fe58eca059e61cda63b82b4fede532db09a8d15 (diff)
downloadaports-9cd3b9efafacf6b94cf1098e5e00cf239b6de446.tar.bz2
aports-9cd3b9efafacf6b94cf1098e5e00cf239b6de446.tar.xz
main/bison: upgrade to 2.4.2
Diffstat (limited to 'main/bison/gnulib-uclibc.patch')
-rw-r--r--main/bison/gnulib-uclibc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/bison/gnulib-uclibc.patch b/main/bison/gnulib-uclibc.patch
new file mode 100644
index 000000000..09775d6b1
--- /dev/null
+++ b/main/bison/gnulib-uclibc.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/spawn.in.h b/lib/spawn.in.h
+index 84ba93c..6df4599 100644
+--- a/lib/spawn.in.h
++++ b/lib/spawn.in.h
+@@ -31,7 +31,7 @@
+
+ /* Get definitions of 'struct sched_param' and 'sigset_t'.
+ But avoid namespace pollution on glibc systems. */
+-#ifndef __GLIBC__
++#if !defined(__GLIBC__) || defined(__UCLIBC__)
+ # include <sched.h>
+ # include <signal.h>
+ #endif