commit:     725e14e78db8547078e61c7b0fe249a28f6ce0ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 16:33:31 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 17:05:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725e14e7

media-libs/libaom: Drop obsolete patch, pkg uses GNUInstallDirs now

Reported-by: jospezial <jospezial <AT> gmx.de>
Closes: https://bugs.gentoo.org/678116
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libaom/libaom-9999.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/media-libs/libaom/libaom-9999.ebuild 
b/media-libs/libaom/libaom-9999.ebuild
index e0f9c64ac4f..18d07c79973 100644
--- a/media-libs/libaom/libaom-9999.ebuild
+++ b/media-libs/libaom/libaom-9999.ebuild
@@ -42,12 +42,7 @@ REQUIRED_USE="
        cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
 "
 
-PATCHES=( "${FILESDIR}/libdirpc2.patch" "${FILESDIR}/pthread_lib2.patch" )
-
-src_prepare() {
-       sed -e 's/lib"/lib${LIB_SUFFIX}"/' -i CMakeLists.txt || die
-       cmake-utils_src_prepare
-}
+PATCHES=( "${FILESDIR}/pthread_lib2.patch" )
 
 multilib_src_configure() {
        local mycmakeargs=(
@@ -72,7 +67,6 @@ multilib_src_configure() {
                -DBUILD_SHARED_LIBS=ON
        )
        cmake-utils_src_configure
-       rm aom.pc # ensure it is rebuilt with proper libdir
 }
 
 multilib_src_install() {

Reply via email to