1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00

- Fix media-gfx/splashutils ebuild and Manifest

This commit is contained in:
2014-08-03 12:25:12 +02:00
parent fd8e8adfec
commit 3c806541d4
2 changed files with 13 additions and 0 deletions

View File

@@ -82,12 +82,18 @@ src_prepare() {
# helper.
rm "${S}/libs/zlib-${V_ZLIB}/Makefile"
if use truetype ; then
epatch "${FILESDIR}/splashutils-1.5.4.4_fix-freetype-includes.patch"
fi
cd "${SG}"
epatch "${FILESDIR}/splashutils-1.5.4.4-gentoo-typo-fix.patch"
if use truetype ; then
cd "${SM}"
epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch"
epatch "${FILESDIR}/miscsplashutils-0.1.8_fix-freetype-includes.patch"
fi
cd "${S}"
@@ -95,6 +101,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-bzip2.patch"
epatch "${FILESDIR}/${P}-multi-keyboard.patch"
epatch "${FILESDIR}/libmng2-lcms2.patch"
if ! tc-is-cross-compiler && \
has_version "sys-devel/gcc:$(gcc-version)[vanilla]" ; then