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

Added workaround for gcc10 for easytag

This commit is contained in:
2021-05-09 17:04:48 +02:00
parent f9a70d4988
commit dd8345abb6
2 changed files with 3 additions and 1 deletions

View File

@@ -55,6 +55,8 @@ src_configure() {
$(use_enable flac) \
$(use_enable mp4) \
$(use_enable wavpack)
# workaround for gcc10
sed -i -e 's/\(^CFLAGS = .*\)/\1 -fcommon/' Makefile || die
}
pkg_postinst() { xdg_desktop_database_update; }