Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92226 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]
patch for PerlMagick/Makefile.am and PerlMagick/Makefile.PL.in
imagemagick-perl.patch (text/plain), 1.46 KB, created by
Sven
on 2006-07-19 10:55:52 UTC
(
hide
)
Description:
patch for PerlMagick/Makefile.am and PerlMagick/Makefile.PL.in
Filename:
MIME Type:
Creator:
Sven
Created:
2006-07-19 10:55:52 UTC
Size:
1.46 KB
patch
obsolete
>--- PerlMagick/Makefile.am.orig 2006-07-19 18:45:08.000000000 +0200 >+++ PerlMagick/Makefile.am 2006-07-19 18:45:22.000000000 +0200 >@@ -30,8 +30,8 @@ > PERLMAKEMAKER=$(PERLMAGICK)/Makefile.PL > PERLMAKEFILE=$(PERLMAGICK)/Makefile > >-PERLMAGICK_ALL_LOCAL_TARGETS = all-perl >-PERLMAGICK_INSTALL_EXEC_LOCAL_TARGETS = install-exec-perl >+PERLMAGICK_ALL_LOCAL_TARGETS = >+PERLMAGICK_INSTALL_EXEC_LOCAL_TARGETS = > PERLMAGICK_INSTALL_DATA_LOCAL_TARGETS = > PERLMAGICK_UNINSTALL_LOCAL_TARGETS = uninstall-exec-perl > PERLMAGICK_CLEAN_LOCAL_TARGETS = clean-perl >--- 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