aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-20 08:21:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-20 08:21:36 +0000
commit7b73b485590be576245d94db6ee224fb58de3f1a (patch)
tree363493717215b7d0bb88d4d22dd14695296b666e
parent7ef8b8376cbba46913cf4e605e2aee429e3ce9f5 (diff)
downloadalpine_aports-7b73b485590be576245d94db6ee224fb58de3f1a.tar.bz2
alpine_aports-7b73b485590be576245d94db6ee224fb58de3f1a.tar.xz
alpine_aports-7b73b485590be576245d94db6ee224fb58de3f1a.zip
main/gettext: add missing patch
-rw-r--r--main/gettext/gettext-uclibc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/gettext/gettext-uclibc.patch b/main/gettext/gettext-uclibc.patch
new file mode 100644
index 0000000000..d797c1cd9e
--- /dev/null
+++ b/main/gettext/gettext-uclibc.patch
@@ -0,0 +1,11 @@
1--- ./gettext-tools/gnulib-lib/spawn.in.h.orig
2+++ ./gettext-tools/gnulib-lib/spawn.in.h
3@@ -31,7 +31,7 @@
4
5 /* Get definitions of 'struct sched_param' and 'sigset_t'.
6 But avoid namespace pollution on glibc systems. */
7-#ifndef __GLIBC__
8+#if !defined(__GLIBC__) || defined(__UCLIBC__)
9 # include <sched.h>
10 # include <signal.h>
11 #endif