Lines 73-78
Link Here
|
73 |
# Apply patches |
73 |
# Apply patches |
74 |
epatch "${FILESDIR}/mDNSResponder-gentoo.patch" |
74 |
epatch "${FILESDIR}/mDNSResponder-gentoo.patch" |
75 |
epatch "${FILESDIR}/filepaths-gentoo.patch" |
75 |
epatch "${FILESDIR}/filepaths-gentoo.patch" |
|
|
76 |
|
77 |
# Prune GD from the SqueezeCenter local CPAN. This is due to |
78 |
# SC bug#5882 which means we need to bring in Portage's version of GD, |
79 |
# which will fail if it is different to the version in the local CPAN |
80 |
# tree (http://bugs.gentoo.org/show_bug.cgi?id=237548). |
81 |
# SqueezeCenter will then use the system-installed dev-perl/GD. |
82 |
rm -r CPAN/GD.pm CPAN/GD || die "Unable to remove local CPAN GD" |
76 |
} |
83 |
} |
77 |
|
84 |
|
78 |
src_compile() { |
85 |
src_compile() { |