mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
mplayer: fix build on i686.
This commit is contained in:
parent
74d327759b
commit
0c8d0c67ef
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ makedepends="pkg-config videoproto libudev-devel>=183 libpng-devel>=1.6
|
|||
|
||||
pre_configure() {
|
||||
if [ "$XBPS_MACHINE" = "i686" ]; then
|
||||
sed 's|-march=i486||g' -i config.mak
|
||||
sed 's|-march=i486||g' -i configure
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue