mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Alexis Ballier
parent
3aa0b0db30
commit
b7ae7ce88c
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-pkgconfig-pathfix.patch
|
||||
epatch_user
|
||||
multilib_copy_sources
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user