]> git.pld-linux.org Git - packages/ImageMagick.git/blame - ImageMagick-libpath.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/ImageMagick.git] / ImageMagick-libpath.patch
CommitLineData
c2e96f2c 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
373b983d 3@@ -58,7 +58,7 @@
4 'INSTALLBIN' => '@bindir@',
5
6 # Library specification
7- 'LIBS' => ['@LDFLAGS@ @MAGICKLIB@ @MAGICK_DEP_LIBS@'],
054928c8 8+ 'LIBS' => ['-L@top_srcdir@/magick/.libs @LDFLAGS@ @MAGICKLIB@ @MAGICK_DEP_LIBS@'],
373b983d 9
10 # Perl binary name (if a Perl binary is built)
11 'MAP_TARGET' => 'PerlMagick',
This page took 0.024463 seconds and 4 git commands to generate.