diff options
Diffstat (limited to 'sys-cluster/mpi-dotnet/files/configure.ac.patch')
-rw-r--r-- | sys-cluster/mpi-dotnet/files/configure.ac.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-cluster/mpi-dotnet/files/configure.ac.patch b/sys-cluster/mpi-dotnet/files/configure.ac.patch new file mode 100644 index 0000000..2c69aa1 --- /dev/null +++ b/sys-cluster/mpi-dotnet/files/configure.ac.patch @@ -0,0 +1,22 @@ +--- mpi.net-1.0.0.orig/configure.ac 2009-02-03 23:55:46.000000000 +0100 ++++ mpi.net-1.0.0/configure.ac 2009-02-06 21:59:21.000000000 +0100 +@@ -202,9 +202,16 @@ + AM_CONDITIONAL(MPINET_CBRIDGE, test "$need_cbridge" = "yes") + + dnl Variable substitutions +-AC_SUBST(MCS ILASM MONO MPIEXEC PERL +- CSHARP_FLAGS CSHARP_DEFINES MPI_HEADER +- MPI_SHARED_LIB_NAME MPI_FUNC_PREFIX) ++AC_SUBST(MCS) ++AC_SUBST(ILASM) ++AC_SUBST(MONO) ++AC_SUBST(MPIEXEC) ++AC_SUBST(PERL) ++AC_SUBST(CSHARP_FLAGS) ++AC_SUBST(CSHARP_DEFINES) ++AC_SUBST(MPI_HEADER) ++AC_SUBST(MPI_SHARED_LIB_NAME) ++AC_SUBST(MPI_FUNC_PREFIX) + + AC_CONFIG_FILES([MPI/MPI.dll.config Tests/runtest.sh],[],[]) + |