CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/10/09 12:50:41
Modified files:
devel/cmake : Makefile
devel/cmake/patches: patch-Source_cmGeneratorTarget_cxx
Log message:
Fix cmGeneratorTarget_cxx in devel/cmake
There is a mistake in the cmGeneratorTarget_cxx patch. This creates a wrong
scope. "this->IsFrameworkOnApple()" is present twice and the first one adds a
wrong bracket which creates a scope to the end of the whole function.
Has been through bulk build on amd64, ok naddy@