[arch-commits] CVS update of arch/build/multimedia/imagemagick (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jul 9 05:24:33 UTC 2007


    Date: Monday, July 9, 2007 @ 01:24:33
  Author: eric
    Path: /home/cvs-arch/arch/build/multimedia/imagemagick

Modified: PKGBUILD (1.84 -> 1.85)

upgpkg: imagemagick 6.3.5.0-2
fixed linking problem


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


Index: arch/build/multimedia/imagemagick/PKGBUILD
diff -u arch/build/multimedia/imagemagick/PKGBUILD:1.84 arch/build/multimedia/imagemagick/PKGBUILD:1.85
--- arch/build/multimedia/imagemagick/PKGBUILD:1.84	Fri Jul  6 19:30:26 2007
+++ arch/build/multimedia/imagemagick/PKGBUILD	Mon Jul  9 01:24:33 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.84 2007/07/06 23:30:26 eric Exp $
+# $Id: PKGBUILD,v 1.85 2007/07/09 05:24:33 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 
 # NOTE: ImageMagick builds against an existing installation
@@ -6,7 +6,7 @@
 
 pkgname=imagemagick
 pkgver=6.3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program"
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/"
@@ -28,7 +28,7 @@
   ./configure --prefix=/usr --with-modules=yes --without-dps \
               --with-perl=yes --without-gvc --with-jp2=no \
               --with-gs-font-dir=/usr/share/fonts/Type1 \
-              --without-djvu --disable-static
+              --without-djvu --disable-static --disable-openmp LIBS="${LIBS} -lstdc++"
   #Fix inter-library dependency
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list