opnsense-ports/java/cacao/files/patch-src__threads__posix__thread-posix.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
361 B
C++

--- src/threads/posix/thread-posix.cpp.orig 2012-09-03 12:10:00.000000000 -0400
+++ src/threads/posix/thread-posix.cpp 2012-10-04 16:42:49.000000000 -0400
@@ -94,6 +94,8 @@
#if defined(__LINUX__)
# define GC_LINUX_THREADS
+#elif defined(__FREEBSD__)
+# define GC_FREEBSD_THREADS
#elif defined(__IRIX__)
# define GC_IRIX_THREADS
#elif defined(__DARWIN__)