Changes between Initial Version and Version 2 of Ticket #50800
- Timestamp:
- Mar 4, 2016, 4:18:59 PM (9 years ago)
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
tocairo, 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 1 1 The Xcode 7.3 linker produces a new warning... 2 2 3 {{{ 3 4 ld: warning: directory not found for option '-L/usr/local/lib' 5 }}} 4 6 5 7 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.