Merge from vendor branch TNF:
[pkgsrcv2.git] / chat / centericq / patches / patch-ac
1 $NetBSD$
2
3 --- libmsn-0.1/msn/util.cpp.orig        Sun Aug  1 18:49:51 2004
4 +++ libmsn-0.1/msn/util.cpp     Sun Aug  1 18:50:59 2004
5 @@ -24,6 +24,9 @@
6  #include <cerrno>
7  #include <cctype>
8  
9 +// Get rid of the macro for platforms not having c++-safe headers.
10 +#undef toupper
11 +
12  namespace MSN 
13  {    
14      std::pair<std::string, int> splitServerAddress(const std::string & address, int default_port)