ports/lang/nim/files/patch-build.sh
Bartek Rutkowski dd5e0f907f lang/nimrod: MOVED to lang/nim and update 0.9.2 -> 0.10.2
- Upstream has renamed the project from 'nimrod' to 'nim'

PR:		199118
Submitted by:	Neal Nelson <ports@nicandneal.net>
2015-04-03 20:32:14 +00:00

14 lines
214 B
Bash

--- build.sh.orig
+++ build.sh
@@ -26,10 +26,6 @@
esac
done
-CC="gcc"
-LINKER="gcc"
-COMP_FLAGS="-w -O3 -fno-strict-aliasing$extraBuildArgs"
-LINK_FLAGS=""
# platform detection
ucpu=`uname -m`
uos=`uname`