diff --git a/srcpkgs/spotify-player/template b/srcpkgs/spotify-player/template index 694d24482c9..250489b72d2 100644 --- a/srcpkgs/spotify-player/template +++ b/srcpkgs/spotify-player/template @@ -14,9 +14,11 @@ distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${versio checksum=1d13f47ef4df3415835736f32629d57e331707d781507007ea04217a7dc735d8 # FIXME: Workaround will be removed when https://github.com/aws/aws-lc-rs/issues/632 is resolved -if [ "$XBPS_TARGET_MACHINE" = armv7l ]; then +case "$XBPS_TARGET_MACHINE" in + armv[67]l) export AWS_LC_SYS_CFLAGS="-Wno-stringop-overflow" -fi + ;; +esac post_install() { vlicense LICENSE