diff options
Diffstat (limited to 'chat/atheme/patches/patch-include_stdinc.h')
-rw-r--r-- | chat/atheme/patches/patch-include_stdinc.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/atheme/patches/patch-include_stdinc.h b/chat/atheme/patches/patch-include_stdinc.h new file mode 100644 index 00000000000..0451e4b65d0 --- /dev/null +++ b/chat/atheme/patches/patch-include_stdinc.h @@ -0,0 +1,15 @@ +$NetBSD: patch-include_stdinc.h,v 1.1 2012/02/16 13:46:52 hans Exp $ + +--- include/stdinc.h.orig 2008-02-11 03:58:08.000000000 +0100 ++++ include/stdinc.h 2012-01-20 00:50:03.416296368 +0100 +@@ -46,6 +46,10 @@ + #include <libgen.h> + #include <dirent.h> + ++#ifdef __sun ++#undef boolean_t ++#endif ++ + typedef mowgli_boolean_t boolean_t; + + #endif |