commit: abed77fd871b0714de278d9ab296b0b15aa3c7a0 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 15:35:20 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 15:35:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abed77fd
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 <candrews <AT> gentoo.org> .../roct-thunk-interface/roct-thunk-interface-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 4860c47142d..e7eb6598584 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 }
