diff options
Diffstat (limited to 'net/mpich/files/patch-ab')
-rw-r--r-- | net/mpich/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mpich/files/patch-ab b/net/mpich/files/patch-ab new file mode 100644 index 000000000000..67d06a0ffd25 --- /dev/null +++ b/net/mpich/files/patch-ab @@ -0,0 +1,13 @@ +--- 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 |