1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/lang/nim/files/clang-patch-build.sh
Piotr Kubaj 9ad316662e lang/nim: fix build on powerpc64 elfv1
Now newer GCC is required.
2020-09-15 18:57:18 +00:00

12 lines
302 B
Bash

--- config/nim.cfg.orig 2020-04-03 17:22:53 UTC
+++ config/nim.cfg
@@ -8,7 +8,7 @@
# Environment variables can be accessed like so:
# gcc.path %= "$CC_PATH"
-cc = gcc
+cc = clang
# additional options always passed to the compiler:
--parallel_build: "0" # 0 to auto-detect number of processors