summaryrefslogtreecommitdiffstats
path: root/audio/gimmix/gimmix-0.5.7.1-curl-headers.patch
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-09-02 19:15:41 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-09-03 15:58:30 -0400
commita59518de735ea45a5b7b8e938ff23eb8938b7205 (patch)
tree7d11644ad6d8c3fd1eb8cef06e6dcd82c9509eb2 /audio/gimmix/gimmix-0.5.7.1-curl-headers.patch
parent515f91e595c94e5cfb47900f9a42468991573410 (diff)
downloadslackbuilds-a59518de735ea45a5b7b8e938ff23eb8938b7205.tar.gz
slackbuilds-a59518de735ea45a5b7b8e938ff23eb8938b7205.tar.xz
audio/gimmix: Updated for version 0.5.7.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/gimmix/gimmix-0.5.7.1-curl-headers.patch')
-rw-r--r--audio/gimmix/gimmix-0.5.7.1-curl-headers.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/gimmix/gimmix-0.5.7.1-curl-headers.patch b/audio/gimmix/gimmix-0.5.7.1-curl-headers.patch
new file mode 100644
index 0000000000..990165725d
--- /dev/null
+++ b/audio/gimmix/gimmix-0.5.7.1-curl-headers.patch
@@ -0,0 +1,24 @@
+diff --git a/src/gimmix-covers.c b/src/gimmix-covers.c
+index f2524c4..2dc37f3 100644
+--- a/src/gimmix-covers.c
++++ b/src/gimmix-covers.c
+@@ -29,7 +29,6 @@
+ #include <glib.h>
+ #include <glib/gstdio.h>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #include <nxml.h>
+ #include <libxml/xmlreader.h>
+diff --git a/src/gimmix-lyrics.c b/src/gimmix-lyrics.c
+index ff58954..01990e2 100644
+--- a/src/gimmix-lyrics.c
++++ b/src/gimmix-lyrics.c
+@@ -30,7 +30,6 @@
+ #include <nxml.h>
+ #include <glib/gstdio.h>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #include <libxml/xmlreader.h>
+ #include "gimmix-lyrics.h"