summaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-erts_configure
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-03-15 15:30:57 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-03-15 15:30:57 +0000
commit94492cc4a7b47a0a0ece2980f922cf71598c694a (patch)
tree2a1602922d869ba3991fcda4acdb4290a2af02b1 /lang/erlang14/files/patch-erts_configure
parentFix 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_configure14
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