From 0b81507b2e1ad97cd0497715337560304785ef5c Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 20 Mar 2006 06:12:51 +0000 Subject: [PATCH] Use iconv appeared some point after 10.2.8 but with the broken BSD headers. --- stepmania/src/archutils/Darwin/arch_setup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/archutils/Darwin/arch_setup.h b/stepmania/src/archutils/Darwin/arch_setup.h index 5bf5c07163..aa9e4cf9e8 100644 --- a/stepmania/src/archutils/Darwin/arch_setup.h +++ b/stepmania/src/archutils/Darwin/arch_setup.h @@ -45,6 +45,8 @@ typedef unsigned long long UInt64; # define ENDIAN_LITTLE # define BACKTRACE_METHOD_X86_DARWIN # define BACKTRACE_LOOKUP_METHOD_DLADDR +# define HAVE_ICONV // XXX Ugly. This has nothing to do with arch, only the version of OS X. +# define ICONV_CONST const #endif #ifndef MACOSX