Commit e123d847 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed glib patch for Darwin 64bit compilation

parent a83c2b6c
--- glib/gconvert.c 2009-06-27 05:18:06.000000000 +0200 --- glib/gconvert.c 2009-06-27 05:18:06.000000000 +0200
+++ glib/gconvert.c 2009-07-18 02:09:30.000000000 +0200 +++ glib/gconvert.c 2009-08-31 02:11:23.000000000 +0200
@@ -51,9 +51,6 @@ @@ -48,13 +48,6 @@
#if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
#error GNU libiconv in use but included iconv.h not from libiconv #include "glibintl.h"
#endif
-#if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
-#error GNU libiconv in use but included iconv.h not from libiconv
-#endif
-#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H) -#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H)
-#error GNU libiconv not in use but included iconv.h is from libiconv -#error GNU libiconv not in use but included iconv.h is from libiconv
-#endif -#endif
-
#include "galias.h" #include "galias.h"
GQuark
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment