#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by jeremyhu@…): With the new blacklisting, you should be able to set those preferences yourself (at your own risk) by setting default_compilers in macports.conf. For example, if you don't like the current options for Leopard: {{{ {gcc-4.2 apple-gcc-4.2 gcc-4.0 macports-clang-3.2} }}} You can add this to /opt/local/etc/macports/macports.conf to prefer clang: {{{ default_compilers macports-clang-3.2 apple-gcc-4.2 gcc-4.2 gcc-4.0 }}} Note that many ports just check for "clang" rather than all the options, and this feature is a "developer" feature which is not recommended unless you like finding and fixing all the problems it uncovers ;) -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS