diff options
Diffstat (limited to 'mail/gubby/files/patch-include_guess.h')
-rw-r--r-- | mail/gubby/files/patch-include_guess.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/gubby/files/patch-include_guess.h b/mail/gubby/files/patch-include_guess.h new file mode 100644 index 000000000000..b3724deff99d --- /dev/null +++ b/mail/gubby/files/patch-include_guess.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- include/guess.h.orig ++++ include/guess.h +@@ -38,7 +38,7 @@ + public: + guess(); + +- inline const std::string guess::str() const { ++ inline const std::string str() const { + return procmaillog; + } + |