lame: fix for i686-musl

This commit is contained in:
Jürgen Buchmüller 2017-04-14 13:07:59 +02:00
parent 7e73c3134c
commit 0fbc2aed81

View file

@ -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
}