diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-11-01 19:09:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-11-01 19:09:27 +0000 |
commit | 59b4ff36d5f892834a7726197cb4223c97487b3b (patch) | |
tree | faf71760cf4e2afe2f6fb284dbe61ba3ad090480 /lang/erlang14/files/patch-erts_configure | |
parent | Add support for Firefox and Seamonkey. (diff) |
Unbreak SCTP support and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=222282
Diffstat (limited to 'lang/erlang14/files/patch-erts_configure')
-rw-r--r-- | lang/erlang14/files/patch-erts_configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/erlang14/files/patch-erts_configure b/lang/erlang14/files/patch-erts_configure new file mode 100644 index 000000000000..5c4b25a5b0c9 --- /dev/null +++ b/lang/erlang14/files/patch-erts_configure @@ -0,0 +1,22 @@ + +$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 +@@ -10679,7 +10679,6 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lsctp $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |