CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/06/14 03:32:01
Modified files:
devel/cmake : Makefile
devel/llvm : Makefile
Added files:
devel/cmake/patches: patch-Source_cmComputeLinkInformation_cxx
devel/llvm/patches: patch-tools_llvm-config_CMakeLists_txt
Log message:
Fix libpthread linking (use '-pthread' instead of '-lpthread') for
cmake-based ports that use "CHECK_LIBRARY_EXISTS(pthread ...)".
Fix libpthread linking for devel/llvm too (additional care was
needed).
No fallout in a bulk build: thanks landry!