Summary: | media-libs/tunepimp-0.5.3-r3 will not compile with curl-7.21.7-r2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Billy DeVincentis <billydv1> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 376007 |
Description
Billy DeVincentis
2011-07-23 15:34:25 UTC
Adding the below to the ebuild sorts this out. --- /usr/portage/media-libs/tunepimp/tunepimp-0.5.3-r3.ebuild 2011-02-23 01:01:16.000000000 +0100 +++ /usr/local/mine/media-libs/tunepimp/tunepimp-0.5.3-r3.ebuild 2011-07-24 13:11:24.763991506 +0200 @@ -59,6 +59,10 @@ sed -e "s|.so \$(top_srcdir)|$(get_modname) \$(top_srcdir)|g" \ -i plugins/*/Makefile.* + #fix bug 376111 + sed -e '/#include <curl\/types.h>/d' \ + -i "${S}/lib/protocol.cpp" || die "sed failed" + eautoreconf } Works perfectly Fixed with a patch. Someone from the KDE herd, please send this upstream. |