mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-libs/qimageblitz: Use system Qt4 cmake find module
Gentoo-bug: 581824 Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user