View | Details | Raw Unified | Return to bug 208995
Collapse All | Expand All

(-)devel/boehm-gc/files/patch-configure (+12 lines)
Line 0 Link Here
1
--- configure.orig	2016-03-13 09:50:30.930439000 +0900
2
+++ configure	2016-03-13 09:50:51.016476000 +0900
3
@@ -15639,6 +15639,9 @@
4
 fi
5
 
6
 case "${host}" in
7
+  *-freebsd*)
8
+    gc_use_mmap=yes
9
+    ;;
10
   *-linux*)
11
     # FIXME: This seems to be no longer needed as configured in gcconfig.h
12
     #gc_use_mmap=yes

Return to bug 208995