media-libs/libaom: Drop obsolete patch, pkg uses GNUInstallDirs now
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 16 Feb 2019 16:33:31 +0000 (17:33 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 16 Feb 2019 17:05:49 +0000 (18:05 +0100)
Reported-by: jospezial <jospezial@gmx.de>
Closes: https://bugs.gentoo.org/678116
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/libaom/libaom-9999.ebuild

index e0f9c64ac4f39b31501f47cba5d57d78c4ffd7d9..18d07c799737fb19d759bd325abf7492380831cd 100644 (file)
@@ -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() {