diff options
Diffstat (limited to 'net/openmpi/files/patch-configure')
-rw-r--r-- | net/openmpi/files/patch-configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/openmpi/files/patch-configure b/net/openmpi/files/patch-configure new file mode 100644 index 000000000000..34d7e5852153 --- /dev/null +++ b/net/openmpi/files/patch-configure @@ -0,0 +1,16 @@ + +$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" + ;; |