xf86-video-intel: force -msse2 to unbreak x86.

This commit is contained in:
Juan RP 2016-04-06 20:34:41 +02:00
parent fa3a32dea1
commit 2a426d25c2
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ license="MIT"
#checksum=00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9
LDFLAGS="-Wl,-z,lazy"
CFLAGS="-msse2"
do_fetch() {
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}