Ticket #55381: cmake.diff
File cmake.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 7 years ago) |
---|
-
Portfile
16 16 process in an operating system and compiler independent manner. \ 17 17 Unlike many cross-platform systems, CMake is designed to be \ 18 18 used in conjunction with the native build environment." 19 homepage http ://www.cmake.org/19 homepage https://cmake.org 20 20 platforms darwin freebsd 21 21 22 22 dist_subdir cmake … … 33 33 checksums rmd160 03a457f0e7b9752eda04d88b4d956c9df9cb31c9 \ 34 34 sha256 b3345c17609ea0f039960ef470aa099de9942135990930a57c14575aae884987 35 35 36 master_sites http://www.cmake.org/files/v${branch}/36 master_sites ${homepage}/files/v${branch}/ 37 37 conflicts cmake-devel 38 38 39 39 long_description ${base_long_description} \ … … 175 175 # Since nothing links against cmake and cmake is just using the STL, 176 176 # we're safe to force libstdc++ 177 177 # 178 # https:// www.cmake.org/Bug/view.php?id=15039&nbn=16178 # https://cmake.org/Bug/view.php?id=15039&nbn=16 179 179 if {${os.major} < 12} { 180 180 configure.cxx_stdlib libstdc++ 181 181 }