package/python-simplejson: bump version to 3.8.2
[buildroot-gz.git] / package / ncurses / 0003-recognise-uclinux.patch
blobe86546cc54bf9df95b2bb267af32628cfc62c148
1 aclocal: fix detection for uclinux hosts
3 uclinux is just a linux like the others...
5 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
7 diff -durN ncurses-5.9.orig/aclocal.m4 ncurses-5.9/aclocal.m4
8 --- ncurses-5.9.orig/aclocal.m4 2011-04-01 01:35:38.000000000 +0200
9 +++ ncurses-5.9/aclocal.m4 2016-08-21 15:24:47.003620029 +0200
10 @@ -6531,7 +6531,7 @@
11 irix[[56]].*) #(vi
12 cf_xopen_source="-D_SGI_SOURCE"
14 -linux*|gnu*|mint*|k*bsd*-gnu) #(vi
15 +linux*|uclinux*|gnu*|mint*|k*bsd*-gnu) #(vi
16 CF_GNU_SOURCE
18 mirbsd*) #(vi
19 diff -durN ncurses-5.9.orig/configure ncurses-5.9/configure
20 --- ncurses-5.9.orig/configure 2016-08-21 15:21:50.789285661 +0200
21 +++ ncurses-5.9/configure 2016-08-21 15:24:35.187463625 +0200
22 @@ -6984,7 +6984,7 @@
23 irix[56].*) #(vi
24 cf_xopen_source="-D_SGI_SOURCE"
26 -linux*|gnu*|mint*|k*bsd*-gnu) #(vi
27 +linux*|uclinux*|gnu*|mint*|k*bsd*-gnu) #(vi
29 echo "$as_me:6996: checking if we must define _GNU_SOURCE" >&5
30 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6