aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2013-02-04 21:57:56 +0000
committerRomain Tartière <romain@FreeBSD.org>2013-02-04 21:57:56 +0000
commitea54e861533508bc2f5848dd3b93fedfb4b9db39 (patch)
tree991ee9f560353f523f0a575f3893ec9fa8f69f60 /lang
parent9c6a5b34f3ccad590c17de147458b291fbd9c95e (diff)
downloadports-ea54e861533508bc2f5848dd3b93fedfb4b9db39.tar.gz
ports-ea54e861533508bc2f5848dd3b93fedfb4b9db39.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/mono/Makefile1
-rw-r--r--lang/mono/files/patch-configure16
2 files changed, 17 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 71776becab5f..22e906c0e516 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mono
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
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*)