aboutsummaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-configure.ac')
-rw-r--r--lang/mono/files/patch-configure.ac20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/mono/files/patch-configure.ac b/lang/mono/files/patch-configure.ac
new file mode 100644
index 000000000000..280b4da2ddb1
--- /dev/null
+++ b/lang/mono/files/patch-configure.ac
@@ -0,0 +1,20 @@
+--- configure.ac.orig 2018-04-18 10:51:42.000000000 +0300
++++ configure.ac 2018-06-24 02:38:19.860780000 +0300
+@@ -3271,6 +3271,8 @@
+ BTLS_PLATFORM=i386
+ ;;
+ openbsd*|freebsd*|kfreebsd-gnu*)
++ BTLS_SUPPORTED=yes
++ BTLS_PLATFORM=i386
+ ;;
+ esac
+ ;;
+@@ -3295,6 +3297,8 @@
+ boehm_supported=false
+ ;;
+ openbsd*|freebsd*|kfreebsd-gnu*)
++ BTLS_SUPPORTED=yes
++ BTLS_PLATFORM=x86_64
+ ;;
+ mingw*)
+ ;;