From: Craig Andrews Date: Mon, 30 Sep 2019 15:35:20 +0000 (-0400) Subject: dev-libs/roct-thunk-interface: Include patches from -2.8.0 in -9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=abed77fd871b0714de278d9ab296b0b15aa3c7a0;p=gentoo.git dev-libs/roct-thunk-interface: Include patches from -2.8.0 in -9999 Closes: https://bugs.gentoo.org/695852 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews --- diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild index 4860c47142d2..e7eb65985846 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild @@ -13,6 +13,12 @@ else S="${WORKDIR}/ROCT-Thunk-Interface-roc-${PV}" KEYWORDS="~amd64" fi +PATCHES=( + "${FILESDIR}/${PN}-2.6.0-correctly-install.patch" + "${FILESDIR}/${PN}-2.6.0-correctly-install-pc.patch" + "${FILESDIR}/${PN}-2.6.0-pc-prefix.patch" + "${FILESDIR}/${PN}-2.6.0-do-not-install-kfd_ioctl.h.patch" +) DESCRIPTION="Radeon Open Compute Thunk Interface" HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" @@ -28,12 +34,6 @@ src_prepare() { sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die cmake-utils_src_prepare } -src_configure() { - local mycmakeargs=( - -DCPACK_PACKAGING_INSTALL_PREFIX=/usr - ) - cmake-utils_src_configure -} src_compile() { cmake-utils_src_compile build-dev }