]> git.pld-linux.org Git - packages/ImageMagick.git/blob - ImageMagick-libpath.patch
- typo
[packages/ImageMagick.git] / ImageMagick-libpath.patch
1 --- ImageMagick-5.4.3/PerlMagick/Makefile.PL.in~        Sat Nov 10 16:24:59 2001
2 +++ ImageMagick-5.4.3/PerlMagick/Makefile.PL.in Tue Mar  5 17:48:44 2002
3 @@ -58,7 +58,7 @@
4     'INSTALLBIN'        => '@bindir@',
5  
6     # Library specification
7 -   'LIBS'      => ['@LDFLAGS@ @MAGICKLIB@ @MAGICK_DEP_LIBS@'],
8 +   'LIBS'      => ['-L@top_srcdir@/magick/.libs @LDFLAGS@ @MAGICKLIB@ @MAGICK_DEP_LIBS@'],
9  
10     # Perl binary name (if a Perl binary is built)
11     'MAP_TARGET'        => 'PerlMagick',
This page took 0.057166 seconds and 4 git commands to generate.