From b49c0d5878e49d8d3d094d0b2e4f00939e7aa662 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 6 Sep 2013 09:46:44 +0000 Subject: Fix the namespace pollution caused by iconv.h including stdbool.h This broke any C89 ports that defined bool themselves, including things like gcc, gtk, and so on. --- lib/libiconv_modules/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libiconv_modules') diff --git a/lib/libiconv_modules/Makefile b/lib/libiconv_modules/Makefile index 1a7213612b8fd..2bb09da725311 100644 --- a/lib/libiconv_modules/Makefile +++ b/lib/libiconv_modules/Makefile @@ -2,6 +2,9 @@ .include +CFLAGS+= -Dbool=_Bool +.export CFLAGS + SUBDIR= BIG5 DECHanyu EUC EUCTW GBK2K HZ ISO2022 JOHAB MSKanji UES UTF1632 \ UTF7 UTF8 VIQR ZW iconv_none iconv_std mapper_646 mapper_none \ mapper_parallel mapper_serial mapper_std mapper_zone -- cgit v1.3