summaryrefslogtreecommitdiffstats
path: root/development/mono-debugger/glib-single-include.patch
diff options
context:
space:
mode:
author dsomero2012-09-25 04:45:33 +0200
committer dsomero2012-09-25 06:14:05 +0200
commitbf5ebfb38f56cde5330dbcdf68af865116554b06 (patch)
tree5c84d59d91fcf0f79944d0447d7be9bc8d76f208 /development/mono-debugger/glib-single-include.patch
parentf086b5e29947b62e7d59b7a7f046437581288190 (diff)
downloadslackbuilds-bf5ebfb38f56cde5330dbcdf68af865116554b06.tar.gz
development/mono-debugger: Fixed download link & added glib patch
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/mono-debugger/glib-single-include.patch')
-rw-r--r--development/mono-debugger/glib-single-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/mono-debugger/glib-single-include.patch b/development/mono-debugger/glib-single-include.patch
new file mode 100644
index 0000000000..4c5e1e51be
--- /dev/null
+++ b/development/mono-debugger/glib-single-include.patch
@@ -0,0 +1,12 @@
+Index: mono-debugger-2.10/sysdeps/server/breakpoints.c
+===================================================================
+--- mono-debugger-2.10.orig/sysdeps/server/breakpoints.c
++++ mono-debugger-2.10/sysdeps/server/breakpoints.c
+@@ -1,6 +1,6 @@
+ #include <server.h>
+ #include <breakpoints.h>
+-#include <glib/gthread.h>
++#include <glib.h>
+ #include <sys/stat.h>
+ #include <signal.h>
+ #ifdef HAVE_UNISTD_H