summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-ag
blob: 85b074ba3a022f3f5ac617972846074ac9e7ec3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ag,v 1.1 2006/01/12 22:48:46 joerg Exp $

--- boost/integer_traits.hpp.orig	2005-12-30 16:19:19.000000000 +0000
+++ boost/integer_traits.hpp
@@ -100,6 +100,7 @@ class integer_traits<wchar_t>
     || (defined(__OpenBSD__) && defined(__GNUC__))\
     || (defined(__NetBSD__) && defined(__GNUC__))\
     || (defined(__FreeBSD__) && defined(__GNUC__))\
+    || (defined(__DragonFly__) && defined(__GNUC__))\
     || (defined(__hpux) && defined(__GNUC__) && (__GNUC__ == 3) && !defined(__SGI_STL_PORT))
     // No WCHAR_MIN and WCHAR_MAX, wchar_t has the same range as int.
     //  - SGI MIPSpro with native library