From cdb5710eacb9be3ee2dcb96eccd2346b5f48e3bd Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sun, 18 Mar 2018 20:04:06 +0000 Subject: Update to upstream version 0.18.0 PR: 226607 Submitted by: ports@nicandneal.net (maintainer) --- lang/nim/files/patch-koch.nim | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'lang/nim/files/patch-koch.nim') diff --git a/lang/nim/files/patch-koch.nim b/lang/nim/files/patch-koch.nim index 199416d65203..9c1c074e6106 100644 --- a/lang/nim/files/patch-koch.nim +++ b/lang/nim/files/patch-koch.nim @@ -1,10 +1,12 @@ ---- koch.nim.orig 2017-05-18 14:19:21.268379000 +0000 -+++ koch.nim 2017-05-18 14:21:26.248851000 +0000 -@@ -257,7 +257,6 @@ - let nimgrepExe = "bin/nimgrep".exe - nimexec "c -o:" & nimgrepExe & " tools/nimgrep.nim" - when defined(windows): buildVccTool() +--- koch.nim.orig 2018-03-14 15:15:05.712810000 +0000 ++++ koch.nim 2018-03-14 15:15:42.575087000 +0000 +@@ -265,7 +265,8 @@ + + #nimexec "c -o:" & ("bin/nimresolve".exe) & " tools/nimresolve.nim" + - buildNimble(latest) ++ # Don't build Nimble here. Use the port instead. ++ #buildNimble(latest) proc nsis(args: string) = bundleNimbleExe() -- cgit v1.2.3