mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- 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.
11 lines
337 B
C++
11 lines
337 B
C++
--- src/threads/thread.cpp.orig 2012-09-03 12:10:00.000000000 -0400
|
|
+++ src/threads/thread.cpp 2012-10-04 16:37:45.000000000 -0400
|
|
@@ -37,6 +37,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__)
|