freebsd-ports/science/mbdyn/files/patch-include__ac__mpi.h
Thierry Thomas f9b73ccd0b Chase the upgrade of MPICH2.
PR:		ports/151868
Approved by:	maho (maintainer)
2010-11-14 22:00:16 +00:00

11 lines
320 B
C

--- ./include/ac/mpi.h.orig 2009-01-04 19:04:54.000000000 +0100
+++ ./include/ac/mpi.h 2010-10-31 22:31:57.000000000 +0100
@@ -35,7 +35,7 @@
#ifdef HAVE_MPI___H
#include <mpi++.h>
#elif defined HAVE_MPICXX_H
-#include <mpicxx.h>
+#include <mpi.h>
#endif /* ! HAVE_MPI___H && ! HAVE_MPICXX_H */
#endif /* MPI_H */