Changes between Version 1 and Version 2 of Ticket #53446, comment 6


Ignore:
Timestamp:
Feb 2, 2017, 1:23:42 PM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53446, comment 6

    v1 v2  
    1313conflicts_build cryptlib
    1414}}}
    15 or
    16 {{{
    17 if {[file exists ${prefix}/lib/libcl.dylib]} {
    18     conflicts_build cryptlib
    19 }
    20 }}}
     15
    2116Now I finally understand the patch in ImageMagick. That one tests for `libCL.dylib` (different case). This will only return true on a case-insensitive system. On a case-sensitive system the conflict won't be added.
    2217