summaryrefslogtreecommitdiff
path: root/misc/megatunix/glib-single-include.patch
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2012-09-06 15:11:23 -0400
committerRobby Workman <rworkman@slackbuilds.org>2012-09-06 17:13:43 -0500
commit8308bbbb0816e8b517cc629fd1c422bb138ea3e2 (patch)
tree0df3f0adab096ca537013bdebe1b2ea0d6cd2fd2 /misc/megatunix/glib-single-include.patch
parentfc5f522017e091b634a26aad59d29816fc167cc1 (diff)
downloadslackbuilds-8308bbbb0816e8b517cc629fd1c422bb138ea3e2.tar.gz
misc/megatunix: Updated for version 0.9.23.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/megatunix/glib-single-include.patch')
-rw-r--r--misc/megatunix/glib-single-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/megatunix/glib-single-include.patch b/misc/megatunix/glib-single-include.patch
new file mode 100644
index 0000000000..75d4b034f6
--- /dev/null
+++ b/misc/megatunix/glib-single-include.patch
@@ -0,0 +1,13 @@
+Index: megatunix-0.9.23/msloader/mtxloader.c
+===================================================================
+--- megatunix-0.9.23.orig/msloader/mtxloader.c
++++ megatunix-0.9.23/msloader/mtxloader.c
+@@ -5,7 +5,7 @@
+ #include <getfiles.h>
+ #include <gtk/gtk.h>
+ #include <glib/gstdio.h>
+-#include <glib/gstring.h>
++#include <glib.h>
+ #include <loader_common.h>
+ #include <ms1_loader.h>
+ #include <ms2_loader.h>