Ticket #2623: patch-ac.txt

File patch-ac.txt, 414 bytes (added by nasonov, 14 years ago)

patch-ac from ticket #2540

Line 
1$NetBSD: patch-ac,v 1.2 2005/08/12 20:58:45 jmmv Exp $
2
3--- libs/regex/src/wide_posix_api.cpp.orig 2005-03-30 13:38:51.000000000 +0200
4+++ libs/regex/src/wide_posix_api.cpp
5@@ -29,7 +29,7 @@
6 #include <cstring>
7 #include <cstdio>
8
9-#if defined(BOOST_NO_STDC_NAMESPACE)
10+#if defined(BOOST_NO_STDC_NAMESPACE) || defined(__NetBSD__)
11 namespace std{
12 # ifndef BOOST_NO_SWPRINTF
13 using ::swprintf;