diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-03-15 15:30:57 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-03-15 15:30:57 +0000 |
commit | 94492cc4a7b47a0a0ece2980f922cf71598c694a (patch) | |
tree | 2a1602922d869ba3991fcda4acdb4290a2af02b1 /lang/erlang14/files/patch-erts_configure | |
parent | Fix typos in the variable name. (diff) |
Upgrade to version r13b04.
Obtained from: vanilla (with additional SCTP fix)
Notes
Notes:
svn path=/head/; revision=251084
Diffstat (limited to 'lang/erlang14/files/patch-erts_configure')
-rw-r--r-- | lang/erlang14/files/patch-erts_configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/erlang14/files/patch-erts_configure b/lang/erlang14/files/patch-erts_configure deleted file mode 100644 index 6197cc8876ac..000000000000 --- a/lang/erlang14/files/patch-erts_configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- erts/configure.orig -+++ erts/configure -@@ -10620,7 +10620,7 @@ - - - --if test "x$enable_sctp" == "xyes" ; then -+if test "x$enable_sctp" = "xyes" ; then - echo "$as_me:$LINENO: checking for netinet/sctp.h" >&5 - echo $ECHO_N "checking for netinet/sctp.h... $ECHO_C" >&6 - if test "${ac_cv_header_netinet_sctp_h+set}" = set; then |