diff options
Diffstat (limited to 'media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch')
-rw-r--r-- | media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch b/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch index 7d9e494b6443..2d430e047529 100644 --- a/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch +++ b/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch @@ -6,9 +6,9 @@ targets. let the toolchain and user CFLAGS control that. --- a/configure.in +++ b/configure.in @@ -571,7 +571,7 @@ - LIBS="$LIBS -framework DiskArbitration" - LIBS="$LIBS -framework ApplicationServices" + LIBS="$LIBS -framework QuartzCore" fi + USE_EXTERNAL_FFMPEG=1 -elif test "$use_arch" = "arm"; then +elif false; then CFLAGS="$CFLAGS -mno-apcs-stack-check" |