opnsense-ports/java/cacao/files/patch-src__threads__thread.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
372 B
C++

--- src/threads/thread.cpp.orig 2013-06-28 09:22:26.000000000 -0400
+++ src/threads/thread.cpp 2013-07-08 15:41:56.000000000 -0400
@@ -51,6 +51,8 @@
#if defined(ENABLE_GC_BOEHM)
# if defined(__LINUX__)
# define GC_LINUX_THREADS
+# elif defined(__FREEBSD__)
+# define GC_FREEBSD_THREADS
# elif defined(__IRIX__)
# define GC_IRIX_THREADS
# elif defined(__DARWIN__)