OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Dec-2007 18:45:13
Branch: HEAD Handle: 2007122617451300
Modified files:
openpkg-src/imagemagick imagemagick.spec
Log:
workaround build problems under Solaris: the libtool script uses
constructs the /bin/sh Korn-Shell does not support
Summary:
Revision Changes Path
1.409 +2 -1 openpkg-src/imagemagick/imagemagick.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imagemagick/imagemagick.spec
============================================================================
$ cvs diff -u -r1.408 -r1.409 imagemagick.spec
--- openpkg-src/imagemagick/imagemagick.spec 23 Dec 2007 16:47:53 -0000
1.408
+++ openpkg-src/imagemagick/imagemagick.spec 26 Dec 2007 17:45:13 -0000
1.409
@@ -39,7 +39,7 @@
Group: Graphics
License: GPL
Version: %{V_opkg}
-Release: 20071223
+Release: 20071226
# package options
%option with_perl no
@@ -117,6 +117,7 @@
CXXFLAGS="%{l_cxxflags -O}" \
LDFLAGS="%{l_ldflags}" \
LIBS="-liconv" \
+ CONFIG_SHELL="%{l_bash}" \
%{l_bash} ./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]