summaryrefslogtreecommitdiff
path: root/parallel/openmpi/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/openmpi/patches/patch-af')
-rw-r--r--parallel/openmpi/patches/patch-af15
1 files changed, 15 insertions, 0 deletions
diff --git a/parallel/openmpi/patches/patch-af b/parallel/openmpi/patches/patch-af
new file mode 100644
index 00000000000..4085637c9de
--- /dev/null
+++ b/parallel/openmpi/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1.1.1 2009/12/12 23:30:01 asau Exp $
+
+Force our libltdl.
+
+--- test/support/components.h.orig 2008-11-04 23:56:21.000000000 +0300
++++ test/support/components.h 2009-02-15 04:08:24.000000000 +0300
+@@ -20,7 +20,7 @@
+ #ifndef OMPI_SUPPORT_COMPONENTS_H
+ #define OMPI_SUPPORT_COMPONENTS_H
+
+-#include "opal/libltdl/ltdl.h"
++#include "ltdl.h"
+ #include "opal/mca/mca.h"
+
+ #if defined(c_plusplus) || defined(__cplusplus)