mesa3d: Worked around a GCC optimization bug.

This commit is contained in:
Tilman Sauerbeck 2007-11-18 12:58:42 +01:00
parent c01af73b6f
commit 366bf53e27

View File

@ -5,11 +5,14 @@
name=mesa3d
version=7.0.2
release=1
release=2
source=(http://dl.sourceforge.net/$name/Mesa{Lib,Demos}-$version.tar.bz2 \
glw.pc.in)
build() {
# https://bugs.freedesktop.org/show_bug.cgi?id=11380
export CFLAGS="$CFLAGS -fno-ivopts"
cd Mesa-$version
cp $SRC/glw.pc.in src/glw