summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
diff options
context:
space:
mode:
authorFabio Pedretti <[email protected]>2013-11-06 10:55:28 +0100
committerAndreas Boll <[email protected]>2013-11-06 22:08:26 +0100
commit110009302bddb4c42a5b3ed5ca451d6bb50a06a0 (patch)
tree1b031f918b91342b52b2ef69dfc054c13499c3a0 /src/gallium/include/pipe
parent4f4da81dc8a7060520baff82153330a9675f122a (diff)
gallium: fix build on GNU/kFreeBSD
Patch from Debian package Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r--src/gallium/include/pipe/p_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h
index 9bccf327d85..64acd0283c3 100644
--- a/src/gallium/include/pipe/p_config.h
+++ b/src/gallium/include/pipe/p_config.h
@@ -190,7 +190,7 @@
#define PIPE_OS_ANDROID
#endif
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#define PIPE_OS_FREEBSD
#define PIPE_OS_BSD
#define PIPE_OS_UNIX