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

Allan McRae allan at archlinux.org
Sat Oct 18 04:12:28 UTC 2008


    Date: Saturday, October 18, 2008 @ 00:12:24
  Author: allan
Revision: 15745

upgpkg: libjpeg 6b-5.1
    Fix x86_64 build problem

Modified:
  libjpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-18 02:36:19 UTC (rev 15744)
+++ PKGBUILD	2008-10-18 04:12:24 UTC (rev 15745)
@@ -4,7 +4,7 @@
 
 pkgname=libjpeg
 pkgver=6b
-pkgrel=5
+pkgrel=5.1
 pkgdesc="Library of JPEG support functions"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -15,7 +15,8 @@
 
 build() {
   cd $srcdir/jpeg-$pkgver
-  ./configure --prefix=/usr --enable-shared --enable-static #--mandir=/usr/share/man
+  sed -i "s#./libtool#libtool#" configure
+  ./configure --prefix=/usr --enable-shared --enable-static
   make || return 1
   mkdir -p $pkgdir/usr/{bin,lib,include,share/man/man1}
   make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man/man1 install




More information about the arch-commits mailing list