aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mono/files
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2013-02-05 05:57:56 +0800
committerromain <romain@FreeBSD.org>2013-02-05 05:57:56 +0800
commitc8e08cfe39fee8d3f8e31be913a7918dd49be56e (patch)
tree991ee9f560353f523f0a575f3893ec9fa8f69f60 /lang/mono/files
parent97a0d8b020e6649456aea5204170d56ed124a2aa (diff)
downloadfreebsd-ports-gnome-c8e08cfe39fee8d3f8e31be913a7918dd49be56e.tar.gz
freebsd-ports-gnome-c8e08cfe39fee8d3f8e31be913a7918dd49be56e.tar.zst
freebsd-ports-gnome-c8e08cfe39fee8d3f8e31be913a7918dd49be56e.zip
Enable sgen.
PR: ports/175518 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com>
Diffstat (limited to 'lang/mono/files')
-rw-r--r--lang/mono/files/patch-configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/mono/files/patch-configure b/lang/mono/files/patch-configure
new file mode 100644
index 000000000000..6b29c6248576
--- /dev/null
+++ b/lang/mono/files/patch-configure
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- configure.orig
++++ configure
+@@ -3995,10 +3995,6 @@
+ libgc_threads=pthreads
+ # This doesn't seem to work as of 7.0 on amd64
+ with_sigaltstack=no
+-# TLS is only partially implemented on -CURRENT (compiler support
+-# but NOT library support)
+-#
+- with_tls=pthread
+ use_sigposix=yes
+ ;;
+ *-*-*openbsd*)