1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-24 21:31:24 +02:00

Added fixes for easytag ebuild

This commit is contained in:
2019-10-19 15:04:00 +02:00
parent 1b5aa96af8
commit 5391a9315c
3 changed files with 57 additions and 1 deletions
+2
View File
@@ -34,10 +34,12 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_prepare() {
default
epatch "${FILESDIR}"/${P}-desktop.patch
epatch "${FILESDIR}"/${P}-werror.patch
epatch "${FILESDIR}"/${P}-taglib.patch
epatch "${FILESDIR}"/${P}-docs.patch
epatch "${FILESDIR}"/${P}-iso-c90.patch
eautoreconf
}