summaryrefslogtreecommitdiff
path: root/emulators/mame/patches/patch-3rdparty_bx_src_mutex.cpp
blob: 75d7580bc254f177d9bc0f14a16d4764c43b76ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-3rdparty_bx_src_mutex.cpp,v 1.2 2019/10/17 14:01:03 wiz Exp $

Improve NetBSD support.
https://github.com/bkaradzic/bx/pull/219

--- 3rdparty/bx/src/mutex.cpp.orig	2018-02-27 15:59:06.000000000 +0000
+++ 3rdparty/bx/src/mutex.cpp
@@ -13,6 +13,7 @@
 	|| BX_PLATFORM_IOS     \
 	|| BX_PLATFORM_OSX     \
 	|| BX_PLATFORM_PS4     \
+	|| BX_PLATFORM_BSD     \
 	|| BX_PLATFORM_RPI
 #	include <pthread.h>
 #elif  BX_PLATFORM_WINDOWS \