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

Allan McRae allan at archlinux.org
Fri Oct 10 10:17:57 UTC 2008


    Date: Friday, October 10, 2008 @ 06:17:56
  Author: allan
Revision: 14741

upgpkg: gmp 4.2.4-1.1

Modified:
  gmp/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-10 10:16:50 UTC (rev 14740)
+++ PKGBUILD	2008-10-10 10:17:56 UTC (rev 14741)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=gmp
 pkgver=4.2.4
-pkgrel=1
+pkgrel=1.1
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=(i686 x86_64)
 depends=('gcc-libs' 'texinfo')
@@ -16,6 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  [ "${CARCH}" = "i686" ] && export ABI="32"
   ./configure --prefix=/usr --enable-cxx --infodir=/usr/share/info || return 1
   make || return 1
   make check || return 1




More information about the arch-commits mailing list