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

Eric Bélanger eric at nymeria.archlinux.org
Sun Nov 3 00:29:33 UTC 2013


    Date: Sunday, November 3, 2013 @ 01:29:33
  Author: eric
Revision: 198750

Fix typo in configure option

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-03 00:25:19 UTC (rev 198749)
+++ PKGBUILD	2013-11-03 00:29:33 UTC (rev 198750)
@@ -27,7 +27,7 @@
 
 build() {
   cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="-with-gcc-arch=i686"
+  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
   [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
 
   ./configure --prefix=/usr --sysconfdir=/etc --with-modules \




More information about the arch-commits mailing list