diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-03-18 20:04:06 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-03-18 20:04:06 +0000 |
commit | cdb5710eacb9be3ee2dcb96eccd2346b5f48e3bd (patch) | |
tree | 92795256fab0dae7911e859c9c2759c9b0b7d530 /lang/nim/files/patch-koch.nim | |
parent | sysutils/DTraceToolkit: Unbreak by fixing shebang (diff) |
Update to upstream version 0.18.0
PR: 226607
Submitted by: ports@nicandneal.net (maintainer)
Diffstat (limited to 'lang/nim/files/patch-koch.nim')
-rw-r--r-- | lang/nim/files/patch-koch.nim | 14 |
1 files changed, 8 insertions, 6 deletions
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() |