diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 12:43:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 12:43:07 +0100 |
commit | 001b61234478b6c33b3f0b2d65234a813a5c931e (patch) | |
tree | bf8fe6beb55fe2bec88edad132cb6ba7bb5fd477 /package/gettext/patches | |
parent | d61b82a6920ff6c499bafb3579733b18177f2fa0 (diff) |
add more subpackages, divide tools and library
Diffstat (limited to 'package/gettext/patches')
-rw-r--r-- | package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h b/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h new file mode 100644 index 000000000..4497be8f5 --- /dev/null +++ b/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h @@ -0,0 +1,11 @@ +--- gettext-0.18.1.1.orig/gettext-tools/gnulib-lib/spawn.in.h 2010-05-24 11:42:46.000000000 +0200 ++++ gettext-0.18.1.1/gettext-tools/gnulib-lib/spawn.in.h 2011-02-04 19:21:02.000000000 +0100 +@@ -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 |