summaryrefslogtreecommitdiffstats
path: root/libraries/libdmapsharing/glib-single-include.patch
diff options
context:
space:
mode:
author dsomero2012-09-17 01:06:19 +0200
committer dsomero2012-09-17 01:42:18 +0200
commit7bdb8e4c87e2a18a49f684a9d6d6a774f767d5f6 (patch)
treec39713be805ffb991405d4a34bde999fb9ff514c /libraries/libdmapsharing/glib-single-include.patch
parent2ae817b123d57b8cae626075b526b98cf9d3a628 (diff)
downloadslackbuilds-7bdb8e4c87e2a18a49f684a9d6d6a774f767d5f6.tar.gz
libraries/libdmapsharing: Patched for glib 2.32+
Diffstat (limited to 'libraries/libdmapsharing/glib-single-include.patch')
-rw-r--r--libraries/libdmapsharing/glib-single-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/libdmapsharing/glib-single-include.patch b/libraries/libdmapsharing/glib-single-include.patch
new file mode 100644
index 0000000000..9f101807d8
--- /dev/null
+++ b/libraries/libdmapsharing/glib-single-include.patch
@@ -0,0 +1,14 @@
+Index: libdmapsharing-2.1.9/libdmapsharing/dpap-share.c
+===================================================================
+--- libdmapsharing-2.1.9.orig/libdmapsharing/dpap-share.c
++++ libdmapsharing-2.1.9/libdmapsharing/dpap-share.c
+@@ -29,8 +29,7 @@
+ #include <stdlib.h>
+
+ #include <glib/gi18n.h>
+-#include <glib/gslist.h>
+-#include <glib/gmappedfile.h>
++#include <glib.h>
+
+ #include <unistd.h>
+ #include <sys/types.h>