#52069: wxWidgets-3.0: is not building in 10.12 Sierra beta due to missing QuickTime.h -----------------------------------------+--------------------- Reporter: reactortrip@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: sierra Port: wxWidgets-3.0 wxPython-3.0 | -----------------------------------------+--------------------- Comment (by mojca@…): In `graphics/wxWidgets-3.0/Portfile` try to apply the following patch (add that option to `configure.flags`): {{{ #!patch --- Portfile (revision 151558) +++ Portfile (working copy) @@ -117,6 +117,7 @@ --with-cocoa \ --without-sdl \ --enable-aui \ + --disable-mediactrl \ --disable-sdltest \ --enable-unicode \ --enable-display \ }}} -- Ticket URL: <https://trac.macports.org/ticket/52069#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X