summaryrefslogtreecommitdiff
path: root/system/clusterglue/glib-single-include.patch
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2012-09-06 15:16:44 -0400
committerRobby Workman <rworkman@slackbuilds.org>2012-09-06 17:16:00 -0500
commit2792f867145c05fd3629d59876b8788856b7d86e (patch)
treeea36efc9b356a88e8824666dc1d732237f6a35bf /system/clusterglue/glib-single-include.patch
parentde233ab1aa01d59fd96174475890a2b07bcb838a (diff)
downloadslackbuilds-2792f867145c05fd3629d59876b8788856b7d86e.tar.gz
system/clusterglue: Patched for glib 2.32+.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/clusterglue/glib-single-include.patch')
-rw-r--r--system/clusterglue/glib-single-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/clusterglue/glib-single-include.patch b/system/clusterglue/glib-single-include.patch
new file mode 100644
index 0000000000..b5989b103f
--- /dev/null
+++ b/system/clusterglue/glib-single-include.patch
@@ -0,0 +1,13 @@
+Index: Reusable-Cluster-Components-glue--5e06b2ddd24b/include/clplumbing/cl_uuid.h
+===================================================================
+--- Reusable-Cluster-Components-glue--5e06b2ddd24b.orig/include/clplumbing/cl_uuid.h
++++ Reusable-Cluster-Components-glue--5e06b2ddd24b/include/clplumbing/cl_uuid.h
+@@ -16,7 +16,7 @@
+
+ #ifndef _CL_UUID_H_
+ #define _CL_UUID_H_
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ typedef struct cl_uuid_s{
+ unsigned char uuid[16];