From 7b73b485590be576245d94db6ee224fb58de3f1a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 20 Jul 2010 08:21:36 +0000 Subject: main/gettext: add missing patch --- main/gettext/gettext-uclibc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/gettext/gettext-uclibc.patch 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 @@ +--- ./gettext-tools/gnulib-lib/spawn.in.h.orig ++++ ./gettext-tools/gnulib-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 + # include + #endif -- cgit v1.2.3