From 7b1d905b03cc85d834d5cba7df8ab22f9f51e0ca Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 7 Apr 2021 05:53:17 +0200 Subject: sysutils/fluxengine: Unbreak build with devel/samurai (D29353) It does not like the extra whitespace which might be a bug in samurai but for now just remove it and fix the build. MKNINJA .obj/build.ninja ninja: .obj/build.ninja:6:5: expected name PR: 254678 --- sysutils/fluxengine/files/patch-mkninja.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sysutils/fluxengine/files/patch-mkninja.sh (limited to 'sysutils') diff --git a/sysutils/fluxengine/files/patch-mkninja.sh b/sysutils/fluxengine/files/patch-mkninja.sh new file mode 100644 index 000000000000..41cdc6e254b3 --- /dev/null +++ b/sysutils/fluxengine/files/patch-mkninja.sh @@ -0,0 +1,17 @@ +Fix ninja generator + +devel/samurai does not like the extra whitespace: + +ninja: .obj/build.ninja:6:5: expected name + +--- mkninja.sh.orig 2021-03-31 12:47:37 UTC ++++ mkninja.sh +@@ -7,7 +7,7 @@ rule cxx + description = CXX \$in + depfile = \$out.d + deps = gcc +- ++ + rule library + command = $AR \$out \$in + description = AR \$in -- cgit v1.2.3