diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-11-25 16:47:07 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-11-25 16:47:07 +0000 |
commit | 68d867330e3b4590d784dd205b631fb55b1f2834 (patch) | |
tree | 4243d8ff65604fdc27ee33b74b4f93fe3392ed44 /lang/erlang14/files/patch-erts_configure | |
parent | Reassign ports from archie@ back to pool at his request. (diff) |
Upgrade to release R11B-2.
Support for kqueue has been disabled. From the release notes:
http://www.erlang.org/download/otp_src_R11B-2.readme
"Note: configure will refuse to enable kernel poll support on FreeBSD since kqueue have problems with (at least) pipes on all version of FreeBSD that we have tested."
Notes
Notes:
svn path=/head/; revision=178027
Diffstat (limited to 'lang/erlang14/files/patch-erts_configure')
-rw-r--r-- | lang/erlang14/files/patch-erts_configure | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lang/erlang14/files/patch-erts_configure b/lang/erlang14/files/patch-erts_configure index 44537bded1fa..e53372908e06 100644 --- a/lang/erlang14/files/patch-erts_configure +++ b/lang/erlang14/files/patch-erts_configure @@ -3,18 +3,10 @@ $FreeBSD$ --- erts/configure.orig +++ erts/configure -@@ -1355,6 +1355,7 @@ - i586) ARCH=x86;; - i686) ARCH=x86;; - x86_64) ARCH=amd64;; -+amd64) ARCH=amd64;; - ppc) ARCH=ppc;; - ppc64) ARCH=ppc64;; - "Power Macintosh") ARCH=ppc;; -@@ -6874,7 +6875,9 @@ +@@ -6895,7 +6895,9 @@ echo $ac_n "checking for unreliable floating point execptions""... $ac_c" 1>&6 - echo "configure:6877: checking for unreliable floating point execptions" >&5 + echo "configure:6898: checking for unreliable floating point execptions" >&5 -if test "$cross_compiling" = yes; then +if test "${ARCH}" = amd64; then + erl_ok=reliable |