mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
aff852ecef
- 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.
12 lines
361 B
C++
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__)
|