OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 02-Oct-2004 14:47:50 Branch: HEAD Handle: 2004100213475000 Modified files: openpkg-src/imagemagick imagemagick.spec Log: try to resolve problems by using Bash instead of /bin/sh under Solaris Summary: Revision Changes Path 1.172 +2 -2 openpkg-src/imagemagick/imagemagick.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/imagemagick/imagemagick.spec ============================================================================ $ cvs diff -u -r1.171 -r1.172 imagemagick.spec --- openpkg-src/imagemagick/imagemagick.spec 20 Sep 2004 18:16:08 -0000 1.171 +++ openpkg-src/imagemagick/imagemagick.spec 2 Oct 2004 12:47:50 -0000 1.172 @@ -41,7 +41,7 @@ Group: Graphics License: GPL Version: %{V_major}.%{V_minor} -Release: 20040920 +Release: 20041002 # package options %option with_perl no @@ -109,7 +109,7 @@ CXXFLAGS="%{l_cxxflags -O}" \ LDFLAGS="%{l_ldflags}" \ LIBS="-liconv" \ - ./configure \ + %{l_bash} ./configure \ --prefix=%{l_prefix} \ --without-magick-plus-plus \ --without-modules \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]