summaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-erts_configure
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2007-05-28 23:49:30 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2007-05-28 23:49:30 +0000
commit94780d7021ae9be07d120df798efcb3f1522740a (patch)
tree1b2b12453f15de5366a125163a3c434e808778c7 /lang/erlang14/files/patch-erts_configure
parentUpdate to 2.18.2, while I am here, kill the X11BASE. (diff)
Upgrade to version R11B-4.
Notes
Notes: svn path=/head/; revision=192249
Diffstat (limited to 'lang/erlang14/files/patch-erts_configure')
-rw-r--r--lang/erlang14/files/patch-erts_configure16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/erlang14/files/patch-erts_configure b/lang/erlang14/files/patch-erts_configure
deleted file mode 100644
index 0f927a742ef3..000000000000
--- a/lang/erlang14/files/patch-erts_configure
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- erts/configure.orig
-+++ erts/configure
-@@ -7069,7 +7069,9 @@
-
- echo $ac_n "checking for unreliable floating point execptions""... $ac_c" 1>&6
- echo "configure:7072: checking for unreliable floating point execptions" >&5
--if test "$cross_compiling" = yes; then
-+if test "${ARCH}" = amd64; then
-+ erl_ok=reliable
-+elif test "$cross_compiling" = yes; then
- erl_ok=unreliable
- else
- cat > conftest.$ac_ext <<EOF