diff options
Diffstat (limited to 'mail-client/nmh/files/nmh-1.0.4-configure-vitest.patch')
-rw-r--r-- | mail-client/nmh/files/nmh-1.0.4-configure-vitest.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail-client/nmh/files/nmh-1.0.4-configure-vitest.patch b/mail-client/nmh/files/nmh-1.0.4-configure-vitest.patch new file mode 100644 index 000000000000..c2e893aa6118 --- /dev/null +++ b/mail-client/nmh/files/nmh-1.0.4-configure-vitest.patch @@ -0,0 +1,11 @@ +--- configure.orig 2004-07-27 10:27:50.396850896 -0700 ++++ configure 2004-07-27 10:28:32.788406400 -0700 +@@ -1676,7 +1676,7 @@ + if eval "test \"`echo '$''{'nmh_cv_attvibug'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +- if echo 'r /nonexist-file ++ if echo 'r ./nonexist-file + q' | ex > /dev/null 2>&1 + then + nmh_cv_attvibug=no |