Fixed using the native iconv library
This commit is contained in:
parent
7c85ff217e
commit
f69bce6999
2 changed files with 1 additions and 6 deletions
|
@ -2679,12 +2679,6 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
|
||||||
EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_CARBON"
|
EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_CARBON"
|
||||||
EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_OSX"
|
EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_OSX"
|
||||||
|
|
||||||
# HACK: Reset EXTRA_LDFLAGS; the only thing it contains at this point
|
|
||||||
# is -lm which is not needed under Mac OS X. But for some reasons it
|
|
||||||
# also tends to contain spurious -L switches, which we don't want to
|
|
||||||
# use here or in sdl-config. Hence we reset it.
|
|
||||||
EXTRA_LDFLAGS=""
|
|
||||||
|
|
||||||
CheckVisibilityHidden
|
CheckVisibilityHidden
|
||||||
CheckDummyVideo
|
CheckDummyVideo
|
||||||
CheckDiskAudio
|
CheckDiskAudio
|
||||||
|
|
|
@ -159,6 +159,7 @@
|
||||||
#undef HAVE_CLOCK_GETTIME
|
#undef HAVE_CLOCK_GETTIME
|
||||||
#undef HAVE_GETPAGESIZE
|
#undef HAVE_GETPAGESIZE
|
||||||
#undef HAVE_MPROTECT
|
#undef HAVE_MPROTECT
|
||||||
|
#undef HAVE_ICONV
|
||||||
|
|
||||||
#else
|
#else
|
||||||
/* We may need some replacement for stdarg.h here */
|
/* We may need some replacement for stdarg.h here */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue