Remove workaround after wchar.h header was fixed.

from Brad
This commit is contained in:
ajacoutot 2012-01-06 07:39:55 +00:00
parent 10a7aebff8
commit a1738e64e4
2 changed files with 2 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.34 2011/11/26 10:23:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.35 2012/01/06 07:39:55 ajacoutot Exp $
COMMENT= free peer-reviewed portable C++ source libraries
PKGNAME= boost-${VERSION}
REVISION= 11
REVISION= 12
VERSION= 1.42.0
DISTNAME= boost_${VERSION:S/./_/g}

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-libs_detail_utf8_codecvt_facet_cpp,v 1.1 2010/03/30 11:01:10 robert Exp $
--- libs/detail/utf8_codecvt_facet.cpp.orig Sun Dec 20 11:11:19 2009
+++ libs/detail/utf8_codecvt_facet.cpp Sun Dec 20 11:21:24 2009
@@ -13,6 +13,7 @@
#include <boost/detail/utf8_codecvt_facet.hpp>
#include <cstdlib> // for multi-byte converson routines
+#define WCHAR_MAX UINT32_MAX
#include <cassert>
#include <boost/limits.hpp>