mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
$NetBSD: patch-ac,v 1.2 2008/05/13 15:15:51 obache Exp $
|
|
|
|
--- libmsn/msn/util.cpp.orig 2008-04-08 17:51:09.000000000 +0000
|
|
+++ libmsn/msn/util.cpp
|
|
@@ -26,6 +26,10 @@
|
|
#include <cctype>
|
|
#include <cstring>
|
|
|
|
+
|
|
+// Get rid of the macro for platforms not having c++-safe headers.
|
|
+#undef toupper
|
|
+
|
|
namespace MSN
|
|
{
|
|
std::pair<std::string, int> splitServerAddress(const std::string & address, int default_port)
|