]> git.pld-linux.org Git - packages/ImageMagick.git/blame - ImageMagick-libpath.patch
- added free patch (don't try to free argv in display/DisplayImageCommand())
[packages/ImageMagick.git] / ImageMagick-libpath.patch
CommitLineData
4c6476b7
JB
1--- ImageMagick-5.5.7/configure.ac.orig 2003-05-31 16:41:34.000000000 +0200
2+++ ImageMagick-5.5.7/configure.ac 2003-07-18 08:27:51.000000000 +0200
3@@ -2194,7 +2194,7 @@
4 # Determine path to pick up ImageMagick library from for use with building PerlMagick
5 MAGICKLIBDIR="${LIB_DIR}"
6 MAGICKLIB="-L${MAGICKLIBDIR} -lMagick"
7-if test $with_perl_static = 'yes'
8+if test $with_perl_static = 'yes' -o $with_perl_dynamic = 'yes'
9 then
10 # Find out where libtool hides its uninstalled libraries (as libtool_objdir)
11 eval `./libtool --config|grep '^objdir='|sed -e 's/^objdir/libtool_objdir/'`
591bcbd4 12--- ImageMagick-6.0.8/PerlMagick/Makefile.am.orig 2004-09-12 19:25:25.000000000 +0200
13+++ ImageMagick-6.0.8/PerlMagick/Makefile.am 2004-09-19 12:25:10.924398496 +0200
14@@ -45,11 +45,12 @@
4c6476b7 15 cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
373b983d 16
4c6476b7
JB
17 install-exec-perl: $(PERLMAKEFILE)
18- ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
19+ ( cd $(PERLMAGICK) && \
20 $(MAKE) CC='@CC@' install && \
21 $(MAKE) clean && rm -f Makefile.old )
373b983d 22
4c6476b7
JB
23-all-perl:
24+all-perl: $(PERLMAKEFILE) magick/libMagick.la
25+ cd $(PERLMAGICK) && $(MAKE) CC='@CC@'
26
27 uninstall-exec-perl: $(PERLMAKEFILE)
28 echo "Uninstall not supported for PerlMagick"
This page took 0.045375 seconds and 4 git commands to generate.