diff options
author | perky <perky@FreeBSD.org> | 2002-08-16 11:47:37 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-08-16 11:47:37 +0800 |
commit | 14db67e6ff434168c3a8c45cc0984c29acf25808 (patch) | |
tree | 1569a95170bc30e8a9d343c8f682354234fc5fa5 /mail/spamass-milter | |
parent | ebedf264755ce48d2593cff24a790c5c99217c9a (diff) | |
download | freebsd-ports-graphics-14db67e6ff434168c3a8c45cc0984c29acf25808.tar.gz freebsd-ports-graphics-14db67e6ff434168c3a8c45cc0984c29acf25808.tar.zst freebsd-ports-graphics-14db67e6ff434168c3a8c45cc0984c29acf25808.zip |
Build fix for gcc 3.x
PR: 40664
Submitted by: tom <tom@uffner.com>
Diffstat (limited to 'mail/spamass-milter')
-rw-r--r-- | mail/spamass-milter/files/patch-spamass-milter.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/spamass-milter/files/patch-spamass-milter.cpp b/mail/spamass-milter/files/patch-spamass-milter.cpp new file mode 100644 index 00000000000..39d32e81b89 --- /dev/null +++ b/mail/spamass-milter/files/patch-spamass-milter.cpp @@ -0,0 +1,13 @@ +--- spamass-milter.cpp.orig Fri Aug 16 12:42:23 2002 ++++ spamass-milter.cpp Fri Aug 16 12:44:00 2002 +@@ -83,6 +83,10 @@ + #include <string> + #include <iostream> + #include <fstream> ++using std::string; ++using std::cout; ++using std::cerr; ++using std::endl; + + #ifdef __cplusplus + extern "C" { |