Changes between Initial Version and Version 2 of Ticket #50800


Ignore:
Timestamp:
Mar 4, 2016, 4:18:59 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50800

    • Property Cc ryandesign@… removed
    • Property Summary changed from fix for cairo build failures against Xcode 7.3 linker when /uer/local/lib is absent to cairo, cairo-devel: fix for build failures against Xcode 7.3 linker when /usr/local/lib is absent
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords haspatch added
    • Property Port cairo-devel added
  • Ticket #50800 – Description

    initial v2  
    11The Xcode 7.3 linker produces a new warning...
    22
     3{{{
    34ld: warning: directory not found for option '-L/usr/local/lib'
     5}}}
    46
    57when 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.