1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/java/cacao/files/patch-src__threads__posix__thread-posix.cpp
Jung-uk Kim aff852ecef - Update to 1.6.0.
- Reset maintainership.  See ports/164941.
- Make it as amd64 and i386 only.  Other architectures needs porting.
- Reduce Makefile headers, add licenses, and convert to optionsNG.
- Add an option to build with native JDK.  When it is not selected, GCJ is
used instead.  Turned on by default.
2012-10-05 20:40:39 +00:00

12 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__)