summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-boehm-gc__configure
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-10-05 20:40:39 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-10-05 20:40:39 +0000
commitaff852ecefa7e1f578aac61391817ef208031165 (patch)
treeb24adc88a423563cc6bc7f67ef613cd5df131f7a /java/cacao/files/patch-boehm-gc__configure
parent- Update to 4.2 build2007. (diff)
- 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.
Diffstat (limited to 'java/cacao/files/patch-boehm-gc__configure')
-rw-r--r--java/cacao/files/patch-boehm-gc__configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/cacao/files/patch-boehm-gc__configure b/java/cacao/files/patch-boehm-gc__configure
new file mode 100644
index 000000000000..9c38d11e2bf9
--- /dev/null
+++ b/java/cacao/files/patch-boehm-gc__configure
@@ -0,0 +1,10 @@
+--- src/mm/boehm-gc/configure.orig 2012-09-03 12:10:04.000000000 -0400
++++ src/mm/boehm-gc/configure 2012-09-19 14:42:52.000000000 -0400
+@@ -5063,6 +5063,7 @@
+ $as_echo "#define GC_FREEBSD_THREADS 1" >>confdefs.h
+
+ INCLUDES="$INCLUDES -pthread"
++ THREADDLLIBS=%%PTHREAD_LIBS%%
+ ;;
+ *-*-kfreebsd*-gnu)
+ $as_echo "#define GC_FREEBSD_THREADS 1" >>confdefs.h