SVN commit 12842 by rakuco: cmake, cmake-gui: Import patches to fix the ninja generator.
CMake 3.6.0 has a regression that forces the ninja generator to always use .rsp files in the compiler and linker invocations even if the argument size fits the command line. This causes a problem for our ar(1), which, unlike the GNU binutils version, does not support the @file syntax and was thus failing to create static libraries. The patches being imported from CMake's git repository fix the regression and implement the logic to determine the maximum argument size on FreeBSD (and other BSDs). AM cmake-gui/files/patch-git_5ec17e61 AM cmake-gui/files/patch-git_86dd2427 AM cmake/files/patch-git_5ec17e61 AM cmake/files/patch-git_86dd2427 _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information