diff options
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 |