diff options
author | Romain Tartière <romain@FreeBSD.org> | 2013-02-04 21:57:56 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2013-02-04 21:57:56 +0000 |
commit | ea54e861533508bc2f5848dd3b93fedfb4b9db39 (patch) | |
tree | 991ee9f560353f523f0a575f3893ec9fa8f69f60 /lang/mono/files | |
parent | Update to 0.6 (diff) |
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-configure | 16 |
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*) |