#50800: fix for cairo build failures against Xcode 7.3 linker when /uer/local/lib is absent -----------------------------------+-------------------------------- Reporter: howarth.at.macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: cairo -----------------------------------+-------------------------------- The Xcode 7.3 linker produces a new warning... ld: warning: directory not found for option '-L/usr/local/lib' when the /usr/local/lib directory is absent. The configure script in cairo uses its own pthread test, which doesn't cope with warnings, rather than the standard one from pthread.m4. The attached Portfile.diff adds a simple fix to prune the results from 'cat conftest.err' of lines with these warnings. Tested on 10.11 with Xcode 7.3 beta 5 and /usr/local/lib missing. -- Ticket URL: <https://trac.macports.org/ticket/50800> MacPorts <https://www.macports.org/> Ports system for OS X