]> git.pld-linux.org Git - packages/ImageMagick.git/blame - ImageMagick-libpath.patch
- Execution of ldconfig moved to %post and %postun sections of '-libs'
[packages/ImageMagick.git] / ImageMagick-libpath.patch
CommitLineData
4c709139 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 @@
058ade03 4 WriteMakefile(
5 'NAME' => 'Image::Magick',
6 'VERSION_FROM' => 'Magick.pm', # finds $VERSION
4c709139 7- 'LIBS' => ['@LDFLAGS@ @MAGICKLIB@ @LIBS@'],
ed0d7a1c 8+ 'LIBS' => ['-L@top_srcdir@/magick/.libs @LDFLAGS@ @MAGICKLIB@ @LIBS@'],
4c709139 9 'DEFINE' => '@DEFS@', # e.g., '-DHAVE_SOMETHING'
10 'INC' => '-I@top_srcdir@ @CPPFLAGS@',
11 ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
This page took 0.026958 seconds and 4 git commands to generate.