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

Collapse All | Expand All

(-)PerlMagick/Makefile.PL.in.orig (-2 / +2 lines)
Lines 53-62 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../magick/.libs -lMagick $Config{'ldflags'}",
56
   'LDFLAGS'    =>  "-L../magick/.libs  $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../magick/.libs -lMagick $Config{'lddlflags'}",
59
   'LDDLFLAGS'  => "-L../magick/.libs  $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@',

Return to bug 155804