summaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-mcs_tools_mkbundle_mkbundle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-mcs_tools_mkbundle_mkbundle.cs')
-rw-r--r--lang/mono/files/patch-mcs_tools_mkbundle_mkbundle.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/mono/files/patch-mcs_tools_mkbundle_mkbundle.cs b/lang/mono/files/patch-mcs_tools_mkbundle_mkbundle.cs
deleted file mode 100644
index 23bab51163c9..000000000000
--- a/lang/mono/files/patch-mcs_tools_mkbundle_mkbundle.cs
+++ /dev/null
@@ -1,11 +0,0 @@
---- mcs/tools/mkbundle/mkbundle.cs.orig Wed Jul 5 17:57:12 2006
-+++ mcs/tools/mkbundle/mkbundle.cs Sat Sep 9 11:46:36 2006
-@@ -354,7 +354,7 @@
- smonolib = "`pkg-config --variable=libdir mono`/libmono.a ";
- else
- smonolib = "-Wl,-Bstatic -lmono -Wl,-Bdynamic ";
-- cmd = String.Format ("{4} -o {2} -Wall `pkg-config --cflags mono` {0} {3} " +
-+ cmd = String.Format ("{4} -o {2} -pthread -Wall `pkg-config --cflags mono` {0} {3} " +
- "`pkg-config --libs-only-L mono` " + smonolib +
- "`pkg-config --libs-only-l mono | sed -e \"s/\\-lmono //\"` {1}",
- temp_c, temp_o, output, zlib, cc);