ports/net/openmpi/files/patch-configure
Brooks Davis 09c960f6a7 Correct detection of SCTP support in libc so it is found on all supported
OS versions not just 7.x.

Add missing plist entries.

Reported by:	QAT (beat)
2012-09-10 18:36:22 +00:00

16 lines
433 B
Text

$FreeBSD$
--- configure.orig
+++ configure
@@ -125045,8 +125045,8 @@
;;
*bsd*)
case "$host" in
- *freebsd7*)
- # FreeBSD 7 has SCTP in an unpatched default kernel with
+ **freebsd[789]*|*freebsd1[0-9]*)
+ # FreeBSD >= 7 has SCTP in an unpatched default kernel with
# the SCTP API contained within libc.
ompi_sctp_api_libname="c"
;;