]> git.pld-linux.org Git - packages/ImageMagick.git/blob - ImageMagick-libpath.patch
- patches from rawhide.
[packages/ImageMagick.git] / ImageMagick-libpath.patch
1 --- ImageMagick-4.2.8/PerlMagick/Makefile.PL.in.libpath Wed Aug  4 19:54:38 1999
2 +++ ImageMagick-4.2.8/PerlMagick/Makefile.PL.in Tue Aug 17 17:36:01 1999
3 @@ -6,7 +6,7 @@
4  WriteMakefile(
5      'NAME'     => 'Image::Magick',
6      'VERSION_FROM' => 'Magick.pm', # finds $VERSION
7 -    'LIBS'     => ['@LDFLAGS@ @MAGICKLIB@ @LIBS@'],
8 +    'LIBS'     => ['@LDFLAGS@ -L@top_srcdir@/magick/.libs @MAGICKLIB@ @LIBS@'],
9      'DEFINE'   => '@DEFS@',     # e.g., '-DHAVE_SOMETHING' 
10      'INC'      => '-I@top_srcdir@ @CPPFLAGS@',
11      ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
This page took 0.027235 seconds and 4 git commands to generate.