]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 Nov 2008 16:53:18 +0000 (16:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ImageMagick-libpath.patch -> 1.16

ImageMagick-libpath.patch

index 908bf54d5157634d92762ac5f804565a1200eb02..ea36d0008e679b4961845b669f936595e50c5f9f 100644 (file)
@@ -1,11 +1,11 @@
 --- ImageMagick-6.4.1/configure.ac.orig        2008-05-27 09:43:02.000000000 +0200
 +++ ImageMagick-6.4.1/configure.ac     2008-05-27 09:43:54.000000000 +0200
-@@ -2952,7 +2952,7 @@
- # Determine path to pick up Magick library from for use with building PerlMagick
- MAGICKLIBDIR="${LIB_DIR}"
- MAGICKLIB="-L${MAGICKLIBDIR} -lMagickCore"
+@@ -3050,7 +3050,7 @@
+ # Determine path to pick up MagickCore library from for use with building PerlMagick
+ MAGICKCORE_PATH="${LIB_DIR}"
 -if test $with_perl_static = 'yes'; then
-+if test $with_perl_static = 'yes' -o $with_perl_dynamic = 'yes'; then
++if test $with_perl_static = 'yes' -o '$with_perl_dynamic' = 'yes'; then
      # Find out where libtool hides its uninstalled libraries (as libtool_objdir)
      libtool_objdir=$objdir
  
This page took 0.144526 seconds and 4 git commands to generate.