White space changes.
[obnox/wireshark/wip.git] / macosx-support-lib-patches / glib-gconvert.patch
1 --- glib-2.29.8/glib/gconvert.c.orig    2011-06-26 14:48:37.000000000 +0200
2 +++ glib-2.29.8/glib/gconvert.c 2011-06-26 14:49:58.000000000 +0200
3 @@ -61,7 +61,7 @@
4  #if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
5  #error GNU libiconv in use but included iconv.h not from libiconv
6  #endif
7 -#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H)
8 +#if !(defined(__APPLE__) && defined(__LP64__)) && !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H)
9  #error GNU libiconv not in use but included iconv.h is from libiconv
10  #endif