44a62daff3
- 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>
11 lines
291 B
C++
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)
|
|
{
|