Browse Source

Hell, what a fu%&ing problem: we use "shtool subst" for adjusting the "configure" script. This internally uses sed(1). Solaris 8's sed(1) has a per-line limit of 4000 characters. Unfortunately ImageMagick's generated "configure" has a line longer than 4000 characters. Hence the sed(1) writes a truncated "configure" script which in turn fails with totally crazy errors (mainly because a closing quote is missing), of course. We fix this by requiring our "sed" package.

Ralf S. Engelschall 21 years ago
parent
commit
3cec8b9939
1 changed files with 1 additions and 1 deletions
  1. 1 1
      imagemagick/imagemagick.spec

+ 1 - 1
imagemagick/imagemagick.spec

@@ -53,7 +53,7 @@ Source0:      ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.ta
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, grep
+BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, grep, sed
 PreReq:       OpenPKG, openpkg >= 20040130
 BuildPreReq:  tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml
 PreReq:       tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml