diff options
author | 2009-04-17 13:07:20 +0000 | |
---|---|---|
committer | 2009-04-17 13:07:20 +0000 | |
commit | 8b560680bddc9397818a0040c54ca37082954ba9 (patch) | |
tree | a1f142f8ce33f6c8f001320f8becdd67c4cf5284 /sys-cluster/mpi-dotnet/files/configure.ac.patch | |
parent | Version bump, and move to tarball and fake gemspec in the mean time. (diff) | |
download | historical-8b560680bddc9397818a0040c54ca37082954ba9.tar.gz historical-8b560680bddc9397818a0040c54ca37082954ba9.tar.bz2 historical-8b560680bddc9397818a0040c54ca37082954ba9.zip |
initial commit
Package-Manager: portage-2.1.6.11/cvs/Linux ppc
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 000000000000..2c69aa1d5ce6 --- /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],[],[]) + |