mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
lame: fix for i686-musl
This commit is contained in:
parent
7e73c3134c
commit
0fbc2aed81
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ distfiles="${SOURCEFORGE_SITE}/lame/lame-${version}.tar.gz"
|
||||||
checksum=24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff
|
checksum=24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
if [ "${XBPS_TARGET_MACHINE%%-musl}" = "i686" ]; then
|
||||||
CFLAGS+=" -msse"
|
CFLAGS+=" -msse"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue