Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92214 Details for
Bug 121142
imagemagick-6.2.5.5 links perl library against external libMagick.so.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch for PerlMagick/Makefile.PL.in
imagemagick-perl.patch (text/plain), 951 bytes, created by
Sven
on 2006-07-19 08:29:34 UTC
(
hide
)
Description:
the patch for PerlMagick/Makefile.PL.in
Filename:
MIME Type:
Creator:
Sven
Created:
2006-07-19 08:29:34 UTC
Size:
951 bytes
patch
obsolete
>--- PerlMagick/Makefile.PL.in.orig 2006-07-19 16:58:34.000000000 +0200 >+++ PerlMagick/Makefile.PL.in 2006-07-19 17:14:49.000000000 +0200 >@@ -53,16 +53,16 @@ > 'CCFLAGS' => "$Config{'ccflags'} @CFLAGS@", > > # Linker flags for building an executable >- 'LDFLAGS' => "-L@MAGICKLIBDIR@ $Config{'ldflags'}", >+ 'LDFLAGS' => "-L../magick/.libs -L@MAGICKLIBDIR@ $Config{'ldflags'}", > > # Linker flags for building a dynamically loadable module >- 'LDDLFLAGS' => "-L@MAGICKLIBDIR@ $Config{'lddlflags'}", >+ 'LDDLFLAGS' => "-L../magick/.libs -L@MAGICKLIBDIR@ $Config{'lddlflags'}", > > # Install PerlMagick binary into ImageMagick bin directory > 'INSTALLBIN' => '@BIN_DIR@', > > # Library specification >- 'LIBS' => ['-L@MAGICKLIBDIR@ -L../magick/.libs -lMagick @LDFLAGS@ @MAGICK_DEP_LIBS@'], >+ 'LIBS' => ['-lMagick @MAGICK_DEP_LIBS@'], > > # Perl binary name (if a Perl binary is built) > 'MAP_TARGET' => 'PerlMagick',
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 121142
:
92213
|
92214
|
92225
|
92226
|
96080
|
96081
|
97370