1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 17:29:23 -04:00
ports/devel/boost/files/patch-boost::config::platform:bsd.hpp
Thierry Thomas 1d4a3faf88 Unbreak devel/monotone on FreeBSD-5.3.
Bump PORTREVISION.

PR:		ports/76730
Submitted by:	Mark A. Wicks and maintainer
Obtained from:	Boost CVS repository.
2005-02-12 21:11:07 +00:00

14 lines
378 B
C++

--- boost/config/platform/bsd.hpp.orig Sat Feb 5 12:53:03 2005
+++ boost/config/platform/bsd.hpp Sat Feb 5 12:53:46 2005
@@ -41,8 +41,9 @@
//
// No wide character support in the BSD header files:
//
-#define BOOST_NO_CWCHAR
-
+#if !(defined(__FreeBSD__) && (__FreeBSD__ >= 5))
+# define BOOST_NO_CWCHAR
+#endif
//
// The BSD <ctype.h> has macros only, no functions:
//