diff --git a/srcpkgs/lame/template b/srcpkgs/lame/template index 9ae094fa63b..f00d90c658d 100644 --- a/srcpkgs/lame/template +++ b/srcpkgs/lame/template @@ -14,7 +14,7 @@ distfiles="${SOURCEFORGE_SITE}/lame/lame-${version}.tar.gz" checksum=24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff pre_configure() { - if [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then + if [ "${XBPS_TARGET_MACHINE%%-musl}" = "i686" ]; then CFLAGS+=" -msse" fi }