components/cmake/patches/02-cmState.cxx.patch
changeset 6915 8e42a5077b6d
parent 5831 0a28d29c7d5b
equal deleted inserted replaced
6914:0c9c2d460328 6915:8e42a5077b6d
     1 # Define CMAKE_HOST_SOLARIS when running on Solaris.
     1 # Define CMAKE_HOST_SOLARIS when running on Solaris.
     2 # Submitted upstream to CMake:
     2 # Submitted upstream to CMake:
     3 # https://public.kitware.com/Bug/view.php?id=16061
     3 # https://public.kitware.com/Bug/view.php?id=16061
     4 # Brad King said he will accept it (see comments in tbe bug above).
     4 # Accepted for CMake >= 3.6.0 (see bug comments above).
     5 --- old/Source/cmState.cxx	2016-03-08 06:36:22.000000000 -0800
     5 --- old/Source/cmState.cxx	2016-03-08 06:36:22.000000000 -0800
     6 +++ new/Source/cmState.cxx	2016-04-13 12:36:36.918264928 -0700
     6 +++ new/Source/cmState.cxx	2016-04-13 12:36:36.918264928 -0700
     7 @@ -1425,6 +1425,9 @@
     7 @@ -1425,6 +1425,9 @@
     8      this->SetDefinition("APPLE", "1");
     8      this->SetDefinition("APPLE", "1");
     9      this->SetDefinition("CMAKE_HOST_APPLE", "1");
     9      this->SetDefinition("CMAKE_HOST_APPLE", "1");