Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97370 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]
Fix for the case, that imagemagick is not installed already
imagemagick-perl.patch (text/plain), 1.64 KB, created by
Sven
on 2006-09-18 16:22:34 UTC
(
hide
)
Description:
Fix for the case, that imagemagick is not installed already
Filename:
MIME Type:
Creator:
Sven
Created:
2006-09-18 16:22:34 UTC
Size:
1.64 KB
patch
obsolete
>Index: PerlMagick/Makefile.am >=================================================================== >--- PerlMagick/Makefile.am (Revision 4660) >+++ PerlMagick/Makefile.am (Arbeitskopie) >@@ -45,11 +45,10 @@ > cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS) > > install-exec-perl: $(PERLMAKEFILE) >- ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \ >- $(MAKE) CC='@CC@' install && \ >- $(MAKE) clean && rm -f Makefile.old ) >+ cd $(PERLMAGICK) && $(MAKE) CC='@CC@' install > >-all-perl: >+all-perl: $(PERLMAKEFILE) >+ cd $(PERLMAGICK) && $(MAKE) CC='@CC@' > > uninstall-exec-perl: $(PERLMAKEFILE) > echo "Uninstall not supported for PerlMagick" >Index: PerlMagick/Makefile.PL.in >=================================================================== >--- PerlMagick/Makefile.PL.in (Revision 4660) >+++ PerlMagick/Makefile.PL.in (Arbeitskopie) >@@ -53,16 +53,16 @@ > 'CCFLAGS' => "$Config{'ccflags'} @CFLAGS@", > > # Linker flags for building an executable >- 'LDFLAGS' => "-L../magick/.libs -L@MAGICKLIBDIR@ $Config{'ldflags'}", >+ 'LDFLAGS' => "-L../magick/.libs -lMagick $Config{'ldflags'}", > > # Linker flags for building a dynamically loadable module >- 'LDDLFLAGS' => "-L../magick/.libs -L@MAGICKLIBDIR@ $Config{'lddlflags'}", >+ 'LDDLFLAGS' => "-L../magick/.libs -lMagick $Config{'lddlflags'}", > > # Install PerlMagick binary into ImageMagick bin directory > 'INSTALLBIN' => '@BIN_DIR@', > > # Library specification >- 'LIBS' => ['-lMagick @MAGICK_DEP_LIBS@'], >+ 'LIBS' => [ '-L@MAGICKLIBDIR@ @LDFLAGS@ @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