- Upstream has renamed the project from 'nimrod' to 'nim' PR: 199118 Submitted by: Neal Nelson <ports@nicandneal.net>
14 lines
214 B
Bash
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`
|