diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-05 02:00:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-05 02:00:45 +0000 |
commit | e1a3775631826877b5031f18fa665cf08de70bf3 (patch) | |
tree | f510aca01e6792ef14644c244fd274f940c655ef /audio/libtunepimp/files/patch-lib_protocol.cpp | |
parent | - Update to 2012.03.05 (diff) |
- Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
PR: ports/165701
Notified by: makc
Submitted by: sunpoet (myself)
Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=292708
Diffstat (limited to 'audio/libtunepimp/files/patch-lib_protocol.cpp')
-rw-r--r-- | audio/libtunepimp/files/patch-lib_protocol.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/libtunepimp/files/patch-lib_protocol.cpp b/audio/libtunepimp/files/patch-lib_protocol.cpp index b7648102f14d..df8c2277681c 100644 --- a/audio/libtunepimp/files/patch-lib_protocol.cpp +++ b/audio/libtunepimp/files/patch-lib_protocol.cpp @@ -1,6 +1,6 @@ --- lib/protocol.cpp.orig 2010-06-07 10:47:20.653619576 +0300 +++ lib/protocol.cpp 2010-06-07 10:47:55.249722982 +0300 -@@ -8,6 +8,7 @@ +@@ -8,11 +8,11 @@ -------------------------------------------------------------------*/ #include <stdio.h> #include <stdlib.h> @@ -8,3 +8,8 @@ #include <string> #include <map> #include <expat.h> + #include <curl/curl.h> +-#include <curl/types.h> + #include <curl/easy.h> + using namespace std; + |