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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user