diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-28 07:39:11 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-28 07:39:11 +0000 |
| commit | d10a818577ae0492105c3ad64a31919dfc4d467b (patch) | |
| tree | 0fe80dead9b1d57499942dbb0727e8d0b1626a60 /net/mpich/files/patch-installtest_hello++.cc | |
| parent | Update Okinawa additional dictionary. (diff) | |
Don't use implicitly f77 but set USE_FORTRAN, thus install the f90
interface and fix on -CURRENT.
Diffstat (limited to 'net/mpich/files/patch-installtest_hello++.cc')
| -rw-r--r-- | net/mpich/files/patch-installtest_hello++.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mpich/files/patch-installtest_hello++.cc b/net/mpich/files/patch-installtest_hello++.cc new file mode 100644 index 000000000000..4a8a6221490f --- /dev/null +++ b/net/mpich/files/patch-installtest_hello++.cc @@ -0,0 +1,13 @@ +--- installtest/hello++.cc.orig Fri May 26 23:28:29 2000 ++++ installtest/hello++.cc Fri Jul 27 23:02:01 2007 +@@ -26,7 +26,9 @@ + // OR OTHER RIGHTS. + // + +-#include <iostream.h> ++#include <iostream> ++using namespace std; ++ + // modified to reference the master mpi.h file, to meet the MPI standard spec. + #include "mpi.h" + |
