diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2013-09-06 09:46:44 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2013-09-06 09:46:44 +0000 |
| commit | b49c0d5878e49d8d3d094d0b2e4f00939e7aa662 (patch) | |
| tree | f507ed7cb6b08b5b63fc242bc2de8c7e231b28ea /lib/libiconv_modules | |
| parent | 75b1cda430eedddf6559015ebdcc4bedd3a85c7c (diff) | |
Notes
Diffstat (limited to 'lib/libiconv_modules')
| -rw-r--r-- | lib/libiconv_modules/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 <bsd.own.mk> +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 |
