mplayer: fix build on i686.

This commit is contained in:
Juan RP 2013-04-30 21:43:34 +02:00
parent 74d327759b
commit 0c8d0c67ef
1 changed files with 1 additions and 1 deletions

View File

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