]> git.pld-linux.org Git - packages/ImageMagick.git/blob - ImageMagick-libpath.patch
- up to 5.5.7-10
[packages/ImageMagick.git] / ImageMagick-libpath.patch
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/'`
12 --- ImageMagick-5.5.7/Makefile.am.orig  2003-05-15 17:24:39.000000000 +0200
13 +++ ImageMagick-5.5.7/Makefile.am       2003-07-18 08:27:25.000000000 +0200
14 @@ -97,11 +97,12 @@
15         cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
16  
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 )
22  
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.03349 seconds and 4 git commands to generate.