Changes between Version 1 and Version 2 of Ticket #53446, comment 6
- Timestamp:
- Feb 2, 2017, 1:23:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53446, comment 6
v1 v2 13 13 conflicts_build cryptlib 14 14 }}} 15 or 16 {{{ 17 if {[file exists ${prefix}/lib/libcl.dylib]} { 18 conflicts_build cryptlib 19 } 20 }}} 15 21 16 Now 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. 22 17