summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-boehm-gc__include__gc.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-03 13:36:05 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-03 13:36:05 +0000
commit80239377e351b1639b182c344529fe7332bbef6b (patch)
tree3eb6fa0b55d299cf1f3f07a4f7031dc5a833cc60 /java/cacao/files/patch-boehm-gc__include__gc.h
parentSince this port links to boost, a C++11-compatible compiler is necessary. (diff)
Remove expired ports:
2018-12-02 java/classpath: Staled since 2012, OpenJDK is live now java/cacao: Depends on expired java/classpath 2018-12-04 java/jamvm: Abandonware, depends on expired java/classpath
Diffstat (limited to 'java/cacao/files/patch-boehm-gc__include__gc.h')
-rw-r--r--java/cacao/files/patch-boehm-gc__include__gc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/java/cacao/files/patch-boehm-gc__include__gc.h b/java/cacao/files/patch-boehm-gc__include__gc.h
deleted file mode 100644
index 0e1cc9c18294..000000000000
--- a/java/cacao/files/patch-boehm-gc__include__gc.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/boehm-gc/include/gc.h.orig Wed Jun 4 17:07:33 2003
-+++ src/mm/boehm-gc/include/gc.h Wed May 12 20:03:22 2004
-@@ -487,6 +487,7 @@
- /* gcc knows how to retrieve return address, but we don't know */
- /* how to generate call stacks. */
- # define GC_RETURN_ADDR (GC_word)__builtin_return_address(0)
-+# define GC_RETURN_ADDR_PARENT (GC_word)__builtin_return_address(1)
- # else
- /* Just pass 0 for gcc compatibility. */
- # define GC_RETURN_ADDR 0