diff options
Diffstat (limited to 'net/mpich2/files')
-rw-r--r-- | net/mpich2/files/patch-aa | 13 | ||||
-rw-r--r-- | net/mpich2/files/patch-ab | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/net/mpich2/files/patch-aa b/net/mpich2/files/patch-aa deleted file mode 100644 index 6159ecbb0edf..000000000000 --- a/net/mpich2/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- romio/adio/common/ad_fstype.c-orig Wed Jul 19 16:38:31 2000 -+++ romio/adio/common/ad_fstype.c Thu Sep 7 18:47:44 2000 -@@ -26,8 +26,10 @@ - #ifdef SX4 - #include <sys/stat.h> - #endif -+#ifndef FREEBSD - #ifdef PVFS - #include "pvfs_config.h" -+#endif - #endif - - void ADIO_FileSysType(char *filename, int *fstype, int *error_code) diff --git a/net/mpich2/files/patch-ab b/net/mpich2/files/patch-ab deleted file mode 100644 index 67d06a0ffd25..000000000000 --- a/net/mpich2/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- mpid/server/configure.orig Tue Sep 12 07:57:09 2000 -+++ mpid/server/configure Tue Sep 12 08:01:11 2000 -@@ -1589,8 +1589,8 @@ - ac_find_inc_dir=$dir - break - fi -- if test -r $dir/include/ssl.h ; then -- ac_find_inc_dir=$dir/include -+ if test -r $dir/include/openssl/ssl.h ; then -+ ac_find_inc_dir=$dir/include/openssl - break - fi - done |