Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121142 | Differences between
and this patch

Collapse All | Expand All

(-)PerlMagick/Makefile.PL.in.orig (-3 / +3 lines)
Lines 53-68 Link Here
53
   'CCFLAGS'     => "$Config{'ccflags'} @CFLAGS@",
53
   'CCFLAGS'     => "$Config{'ccflags'} @CFLAGS@",
54
54
55
   # Linker flags for building an executable
55
   # Linker flags for building an executable
56
   'LDFLAGS'    =>  "-L@MAGICKLIBDIR@ $Config{'ldflags'}",
56
   'LDFLAGS'    =>  "-L../magick/.libs -L@MAGICKLIBDIR@ $Config{'ldflags'}",
57
57
58
   # Linker flags for building a dynamically loadable module
58
   # Linker flags for building a dynamically loadable module
59
   'LDDLFLAGS'  => "-L@MAGICKLIBDIR@ $Config{'lddlflags'}",
59
   'LDDLFLAGS'  => "-L../magick/.libs -L@MAGICKLIBDIR@ $Config{'lddlflags'}",
60
60
61
   # Install PerlMagick binary into ImageMagick bin directory
61
   # Install PerlMagick binary into ImageMagick bin directory
62
   'INSTALLBIN'	=> '@BIN_DIR@',
62
   'INSTALLBIN'	=> '@BIN_DIR@',
63
63
64
   # Library specification
64
   # Library specification
65
   'LIBS'	=> ['-L@MAGICKLIBDIR@ -L../magick/.libs -lMagick @LDFLAGS@ @MAGICK_DEP_LIBS@'],
65
   'LIBS'	=> ['-lMagick @MAGICK_DEP_LIBS@'],
66
66
67
   # Perl binary name (if a Perl binary is built)
67
   # Perl binary name (if a Perl binary is built)
68
   'MAP_TARGET'	=> 'PerlMagick',
68
   'MAP_TARGET'	=> 'PerlMagick',

Return to bug 121142