Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295301 Details for
Bug 433476
Update ImageMagick before F9
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
New ImageMagick multilib patch
ImageMagick-6.3.8-multilib.patch (text/plain), 2.43 KB, created by
Sammy
on 2008-02-19 15:42:09 UTC
(
hide
)
Description:
New ImageMagick multilib patch
Filename:
MIME Type:
Creator:
Sammy
Created:
2008-02-19 15:42:09 UTC
Size:
2.43 KB
patch
obsolete
>diff -up ImageMagick-6.3.8/magick/Magick-config.in.BAD ImageMagick-6.3.8/magick/Magick-config.in >--- ImageMagick-6.3.8/magick/Magick-config.in.BAD 2008-01-24 20:02:24.000000000 -0500 >+++ ImageMagick-6.3.8/magick/Magick-config.in 2008-01-24 20:03:59.000000000 -0500 >@@ -28,31 +28,31 @@ while test $# -gt 0; do > prefix=$optarg > ;; > --prefix) >- echo $prefix >+ pkg-config --variable prefix ImageMagick > ;; > --exec-prefix=*) > exec_prefix=$optarg > ;; > --exec-prefix) >- echo $exec_prefix >+ pkg-config --variable exec_prefix ImageMagick > ;; > --version) >- echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@' >+ pkg-config --modversion ImageMagick > ;; > --cflags) >- echo "-I${includedir} @MAGICK_PCFLAGS@" >+ pkg-config --cflags ImageMagick > ;; > --cxxflags) >- echo '@MAGICK_CXXFLAGS@' >+ pkg-config --cflags ImageMagick > ;; > --cppflags) >- echo '@MAGICK_CPPFLAGS@' >+ pkg-config --cflags ImageMagick > ;; > --ldflags) >- echo '@MAGICK_LDFLAGS@' >+ pkg-config --libs ImageMagick > ;; > --libs) >- echo "-L${libdir} -lMagickWand -lMagickCore" >+ pkg-config --libs ImageMagick > ;; > *) > echo "${usage}" 1>&2 >diff -up ImageMagick-6.3.8/wand/Wand-config.in.BAD ImageMagick-6.3.8/wand/Wand-config.in >--- ImageMagick-6.3.8/wand/Wand-config.in.BAD 2008-01-24 20:04:08.000000000 -0500 >+++ ImageMagick-6.3.8/wand/Wand-config.in 2008-01-24 20:05:35.000000000 -0500 >@@ -28,31 +28,31 @@ while test $# -gt 0; do > prefix=$optarg > ;; > --prefix) >- echo $prefix >+ pkg-config --variable prefix Wand > ;; > --exec-prefix=*) > exec_prefix=$optarg > ;; > --exec-prefix) >- echo $exec_prefix >+ pkg-config --variable exec_prefix Wand > ;; > --version) >- echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@' >+ pkg-config --modversion Wand > ;; > --cflags) >- echo "-I${includedir} @MAGICK_PCFLAGS@" >+ pkg-config --cflags Wand > ;; > --cxxflags) >- echo '@MAGICK_CXXFLAGS@' >+ pkg-config --cflags Wand > ;; > --cppflags) >- echo '@MAGICK_CPPFLAGS@' >+ pkg-config --cflags Wand > ;; > --ldflags) >- echo '@MAGICK_LDFLAGS@' >+ pkg-config --libs Wand > ;; > --libs) >- echo "-L${libdir} -lMagickWand -lMagickCore" >+ pkg-config --libs Wand > ;; > *) > echo "${usage}" 1>&2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433476
:
295300
| 295301 |
295302
|
295303
|
295418