#47168: wireshark build can not detect xcode 10.10 sdk ------------------------+------------------------------ Reporter: hofione@… | Owner: opendarwin.org@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: wireshark | ------------------------+------------------------------ Comment (by raimue@…): Apparently it is correct Apple only ships the 10.11 SDK with Xcode 7 ([https://lists.macosforge.org/pipermail/macports- users/2015-September/039329.html macports-users]). This problem can be avoided by disabling the deployment target completely. As we build our binary archives only for a single version of OS X it should not be necessary. {{{ Index: Portfile =================================================================== --- Portfile (revision 140341) +++ Portfile (working copy) @@ -43,6 +43,7 @@ port:zlib configure.args \ + --disable-osx-deploy-target \ --without-libsmi \ --disable-usr-local \ --without-adns \ }}} -- Ticket URL: <https://trac.macports.org/ticket/47168#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X