diff options
Diffstat (limited to 'meta-pkgs/boost/patches/patch-af')
-rw-r--r-- | meta-pkgs/boost/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-pkgs/boost/patches/patch-af b/meta-pkgs/boost/patches/patch-af deleted file mode 100644 index b343fb53d8d..00000000000 --- a/meta-pkgs/boost/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.6 2011/02/24 11:05:36 adam Exp $ - ---- boost/config/platform/bsd.hpp.orig 2009-03-12 09:41:50 +0200 -+++ boost/config/platform/bsd.hpp 2009-03-12 15:37:16 +0200 -@@ -75,7 +75,7 @@ - // - // The BSD <ctype.h> has macros only, no functions: - // --#if !defined(__OpenBSD__) || defined(__DragonFly__) -+#if !defined(__OpenBSD__) && !defined(__DragonFly__) - # define BOOST_NO_CTYPE_FUNCTIONS - #endif - |