summaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-libgc_configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-libgc_configure')
-rw-r--r--lang/mono/files/patch-libgc_configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/mono/files/patch-libgc_configure b/lang/mono/files/patch-libgc_configure
deleted file mode 100644
index 3b4bb4332167..000000000000
--- a/lang/mono/files/patch-libgc_configure
+++ /dev/null
@@ -1,21 +0,0 @@
-
-$FreeBSD$
-
---- libgc/configure.orig
-+++ libgc/configure
-@@ -4641,7 +4641,14 @@
- cat >>confdefs.h <<\_ACEOF
- #define GC_FREEBSD_THREADS 1
- _ACEOF
--
-+ if test "${enable_parallel_mark}" = yes; then
-+ cat >>confdefs.h <<\_ACEOF
-+#define PARALLEL_MARK 1
-+_ACEOF
-+ fi
-+ cat >>confdefs.h <<\_ACEOF
-+#define THREAD_LOCAL_ALLOC 1 //only for tls=__thread. delete for pthread.
-+_ACEOF
- if test "x$PTHREAD_CFLAGS" != "x"; then
- INCLUDES="$INCLUDES $PTHREAD_CFLAGS"
- fi