media-libs/openh264: Add epatch_user to all versions

I want to apply a local patch to openh264 but can't because it doesn't
call epatch_user.
This commit is contained in:
Palmer Dabbelt
2017-08-11 17:01:28 -07:00
committed by Alexis Ballier
parent 3aa0b0db30
commit b7ae7ce88c
3 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
src_prepare() {
epatch "${FILESDIR}"/pkgconfig-pathfix.patch
epatch "${FILESDIR}"/pkgconfig_install.patch
epatch_user
multilib_copy_sources
}

View File

@@ -26,6 +26,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
src_prepare() {
epatch "${FILESDIR}"/${P}-pkgconfig-pathfix.patch
epatch_user
multilib_copy_sources
}

View File

@@ -26,6 +26,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.7.0-pkgconfig-pathfix.patch
epatch_user
multilib_copy_sources
}