From 7c2b19e9c50d845c5f593e025d1aa5e219ce2e59 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sun, 30 Aug 2015 19:44:54 +0000 Subject: Add upstream patch to make the build work with non-base (ie. newer) GCCs. The build was failing with, for example, lang/gcc48: In file included from /usr/ports/devel/cmake/work/cmake-3.2.3/Source/cmGlobalNinjaGenerator.cxx:14:0: /usr/ports/devel/cmake/work/cmake-3.2.3/Source/cmGeneratorExpressionEvaluationFile.h:39:64: error: 'mode_t' has not been declared std::map &outputFiles, mode_t perm); --- devel/cmake/files/patch-git_c775072a | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/cmake/files/patch-git_c775072a (limited to 'devel/cmake/files/patch-git_c775072a') diff --git a/devel/cmake/files/patch-git_c775072a b/devel/cmake/files/patch-git_c775072a new file mode 100644 index 000000000000..b867712d24a6 --- /dev/null +++ b/devel/cmake/files/patch-git_c775072a @@ -0,0 +1,20 @@ +commit c775072ad5a93306183f83f4396268b1690bb392 +Author: Brad King +Date: Wed Apr 22 09:58:46 2015 -0400 + + cmGeneratorExpressionEvaluationFile: Add missing sys/types.h include + + This is needed for 'mode_t', and on mingw-w64 in particular. We added + use of 'mode_t' in commit v3.2.0-rc1~421^2 (file(GENERATE): Use + permissions of input file if present, 2014-07-22). + +--- Source/cmGeneratorExpressionEvaluationFile.h ++++ Source/cmGeneratorExpressionEvaluationFile.h +@@ -13,6 +13,7 @@ + #define cmGeneratorExpressionEvaluationFile_h + + #include "cmStandardIncludes.h" ++#include + #include + + #include "cmGeneratorExpression.h" -- cgit v1.2.3