Commits

Eric Hall authored 011d3aa27d5
new port: sysutils/tienex-apfs
No tags

sysutils/tienex-apfs/files/patch-cmake_Modules_AppleMultiArch.cmake.diff

Added
1 +--- cmake/Modules/AppleMultiArch.cmake.orig 2018-01-02 08:49:12.000000000 -0800
2 ++++ cmake/Modules/AppleMultiArch.cmake 2018-01-02 09:12:17.000000000 -0800
3 +@@ -32,8 +32,10 @@
4 + set(_APPLE_ARCHITECTURES i386;ppc;ppc64)
5 + elseif (MACOS_VERSION MATCHES "^10\\.5\\.")
6 + set(_APPLE_ARCHITECTURES i386;x86_64;ppc;ppc64)
7 +- else ()
8 ++ elseif (MACOS_VERSION MATCHES "^10\\.[67]\\.")
9 + set(_APPLE_ARCHITECTURES x86_64;i386)
10 ++ else ()
11 ++ set(_APPLE_ARCHITECTURES x86_64)
12 + endif ()
13 +
14 + #

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut