summaryrefslogtreecommitdiff
path: root/lang/nim/files/patch-build.sh
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-04-03 20:32:14 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-04-03 20:32:14 +0000
commitdd5e0f907f0e5d0bc118bccffd5ae911374488b0 (patch)
tree5f8f30c9be2016db9bb793fb6b39fcfd0a562fe0 /lang/nim/files/patch-build.sh
parentxmpp-client is a simple XMPP client written in pure Go. It supports the OTR (diff)
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>
Notes
Notes: svn path=/head/; revision=383175
Diffstat (limited to 'lang/nim/files/patch-build.sh')
-rw-r--r--lang/nim/files/patch-build.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/nim/files/patch-build.sh b/lang/nim/files/patch-build.sh
new file mode 100644
index 000000000000..d48a98e93784
--- /dev/null
+++ b/lang/nim/files/patch-build.sh
@@ -0,0 +1,13 @@
+--- 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`