[arch-commits] Commit in libgl/repos (testing-i686 testing-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Aug 31 12:33:13 UTC 2008
Date: Sunday, August 31, 2008 @ 08:33:12
Author: jgc
Revision: 10757
Merged revisions 10700-10756 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/libgl/trunk
........
r10756 | jgc | 2008-08-31 14:33:01 +0200 (Sun, 31 Aug 2008) | 1 line
upgpkg: libgl 7.1-2
........
Modified:
libgl/repos/testing-i686/ (properties)
libgl/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 4 ++++
1 file changed, 4 insertions(+)
Property changes on: libgl/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
- /libgl/trunk:1-10699
+ /libgl/trunk:1-10756
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2008-08-31 12:33:01 UTC (rev 10756)
+++ testing-i686/PKGBUILD 2008-08-31 12:33:12 UTC (rev 10757)
@@ -21,10 +21,14 @@
build() {
cd ${startdir}/src/Mesa-${pkgver}
patch -Np1 -i ${srcdir}/mesa-7.1-link-shared.patch || return 1
+ export CFLAGS="${CFLAGS} -ffast-math"
./configure --prefix=/usr \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-dri-drivers=swrast \
--enable-glx-tls \
+ --disable-ttm-api \
+ --with-driver=dri \
+ --enable-xcb \
--disable-glu \
--disable-glut \
--disable-glw || return 1
More information about the arch-commits
mailing list