[arch-commits] Commit in libgl/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Sep 25 18:00:54 UTC 2008


    Date: Thursday, September 25, 2008 @ 14:00:49
  Author: jgc
Revision: 12993

upgpkg: libgl 7.2-1
    Remove additional CFLAGS, they are default already

Modified:
  libgl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-25 17:47:29 UTC (rev 12992)
+++ PKGBUILD	2008-09-25 18:00:49 UTC (rev 12993)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander Baldeck <kth5 at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libgl
-pkgver=7.1
-pkgrel=2
+pkgver=7.2
+pkgrel=1
 pkgdesc="Mesa DRI OpenGL library and drivers"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -15,13 +15,12 @@
 options=(!makeflags)
 source=(http://downloads.sourceforge.net/mesa3d/MesaLib-${pkgver}.tar.bz2
 	mesa-7.1-link-shared.patch)
-md5sums=('6bff7f532d16f90f944a400c8bd7074d'
+md5sums=('04d379292e023df0b0266825cb0dbde5'
          'f0baa948d9810f268413111ee439d24b')
 
 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 \




More information about the arch-commits mailing list