<div dir="ltr">Apple&#39;s clang in Xcode 5.1 (as for building with the iOS 7.1 SDK) throws an error about the (gcc-specific?) -fforce-addr option being unknown, which clang now thinks is evil and should abort compilation.<div>
<br></div><div><div>It looks like this also hits OS X 10.9 builds, as I see there&#39;s a patch for theora in MacPorts for this issue: <a href="https://trac.macports.org/ticket/42934">https://trac.macports.org/ticket/42934</a></div>
</div><div><br></div><div><br></div><div>Attached is a quick-fix patch to the theora <a href="http://configure.ac">configure.ac</a> to remove that option conditionally when building for Darwin, which gets my builds working again with the iOS 7.1 SDK (OS X builds untested).<br>
</div><div><br></div><div>Alternatively, if the option isn&#39;t needed it could simply be removed as in the MacPorts patch.</div><div><br></div><div>-- brion vibber (brion @ <a href="http://pobox.com">pobox.com</a> / bvibber @ <a href="http://wikimedia.org">wikimedia.org</a>)</div>
</div>