summaryrefslogtreecommitdiffstats
path: root/kde/amarok/ipodcollection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/amarok/ipodcollection.patch')
-rw-r--r--kde/amarok/ipodcollection.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/kde/amarok/ipodcollection.patch b/kde/amarok/ipodcollection.patch
new file mode 100644
index 000000000..3782de803
--- /dev/null
+++ b/kde/amarok/ipodcollection.patch
@@ -0,0 +1,15 @@
+Index: index 2507cb7..dbeb161 100644
+===================================================================
+--- src/core-impl/collections/ipodcollection/handler/IpodHandler.cpp
++++ src/core-impl/collections/ipodcollection/handler/IpodHandler.cpp
+@@ -28,6 +28,10 @@
+ extern "C" {
+ #include <glib-object.h> // g_type_init
+ #ifdef GDK_FOUND
++// work around compile issue with glib >= 2.25
++#ifdef signals
++ #undef signals
++#endif
+ #include <gdk-pixbuf/gdk-pixbuf.h>
+ #endif
+ }