summaryrefslogtreecommitdiffstats
path: root/kde/amarok/ipodcollection.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 16:36:18 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 16:36:18 +0200
commitba3004119ddfedb9102716b9d82cacfaa7f7773b (patch)
treeab376716253dcdf6cc5806171f51b0402fa524cf /kde/amarok/ipodcollection.patch
parent26695044ff5ddbd5825858f4e157c1dcb67cc859 (diff)
downloadnutyx-extra-ba3004119ddfedb9102716b9d82cacfaa7f7773b.tar.gz
nutyx-extra-ba3004119ddfedb9102716b9d82cacfaa7f7773b.tar.bz2
nutyx-extra-ba3004119ddfedb9102716b9d82cacfaa7f7773b.tar.xz
nutyx-extra-ba3004119ddfedb9102716b9d82cacfaa7f7773b.zip
amarok, port nettoyé
Diffstat (limited to 'kde/amarok/ipodcollection.patch')
-rw-r--r--kde/amarok/ipodcollection.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/kde/amarok/ipodcollection.patch b/kde/amarok/ipodcollection.patch
deleted file mode 100644
index 3782de803..000000000
--- a/kde/amarok/ipodcollection.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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
- }