freebsd-ports/mail/librfc822/files/patch-lexer.cc
Ying-Chieh Liao 44a62daff3 - Unbreak on -CURRENT (patch added)
- Add devel as a secondary category
- Use INSTALL_DATA instead of CP to install documentation
- Only install the .txt/.html/.pdf files, skip supporting files
- Bump PORTREVISION due to changed package

PR:		50921
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-05-07 17:21:07 +00:00

11 lines
291 B
C++

--- lexer.cc.orig Mon Apr 14 02:34:51 2003
+++ lexer.cc Mon Apr 14 02:34:55 2003
@@ -6,7 +6,7 @@
#include "rfc822.hh"
using namespace std;
-ostream & operator<< (ostream & os, const token & t)
+std::ostream & operator<< (std::ostream& os, const token & t)
{
switch(t.type)
{