1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/nimrod/files/patch-build.sh
Tijl Coosemans 9b2aa8fa5e New port: lang/nimrod:
Nimrod is a statically typed, imperative programming language.  Beneath a
nice infix/indentation based syntax with a powerful macro system lies a
semantic model that supports a soft realtime GC on thread local heaps.
Asynchronous message passing is used between threads.

PR:		ports/174368
Submitted by:	Neal Nelson <ports@nicandneal.net>
2013-11-14 20:36:55 +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`