diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2012-09-10 18:36:22 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2012-09-10 18:36:22 +0000 |
commit | 09c960f6a7fa32a12b113e753e063374564a92ac (patch) | |
tree | 2beedeb5ecec84abc36f4013059e3c319263ed5b /net/openmpi/files | |
parent | Set LC_ALL instead of LANG. Some users still complain about locale issues. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=304049
Diffstat (limited to 'net/openmpi/files')
-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" + ;; |