summaryrefslogtreecommitdiff
path: root/net/openmpi/files/patch-configure
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-08 11:19:00 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-08 11:19:00 +0000
commit856dbbe4ac930e6be720fa5d4485878f09279ce5 (patch)
tree592f46b0653e62dfbfa7c941495bbb014c372149 /net/openmpi/files/patch-configure
parent- fix build after r325411 (diff)
net/openmpi: update to 1.6.5
- Update to 1.6.5 - Removed indefinite article from COMMENT - Use new LIB_DEPENDS format - Use options helpers - Removed files directory - Pass maintainership to submitter Changelog: http://svn.open-mpi.org/svn/ompi/tags/v1.6-series/v1.6.5/NEWS PR: ports/181916 Submitted by: Danilo EgĂȘa Gondolfo <danilogondolfo gmail.com>
Notes
Notes: svn path=/head/; revision=326717
Diffstat (limited to 'net/openmpi/files/patch-configure')
-rw-r--r--net/openmpi/files/patch-configure16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/openmpi/files/patch-configure b/net/openmpi/files/patch-configure
deleted file mode 100644
index 34d7e5852153..000000000000
--- a/net/openmpi/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$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"
- ;;