media-libs/qimageblitz: Use system Qt4 cmake find module

Gentoo-bug: 581824

Package-Manager: portage-2.2.28
This commit is contained in:
Johannes Huber
2016-05-02 11:07:50 +02:00
parent fe8c1e25a1
commit 459f3c2c5d

View File

@@ -27,6 +27,13 @@ PATCHES=(
"${FILESDIR}/${P}-cmake.patch"
)
src_prepare() {
cmake-utils_src_prepare
# bug 581824: use system find module for Qt4
rm -f cmake/modules/FindQt4.cmake || die
}
src_configure() {
local mycmakeargs=(
-DHAVE_ALTIVEC=$(usex altivec)