]> git.pld-linux.org Git - packages/ImageMagick.git/blobdiff - ImageMagick-libpath.patch
- updated to 6.0.6-2
[packages/ImageMagick.git] / ImageMagick-libpath.patch
index bc38a0561fcd147691a6e450cc7139e5ba06018e..131ca907c41f9498948cd8a36e796925e72e7d93 100644 (file)
@@ -1,11 +1,28 @@
---- ImageMagick-5.4.3/PerlMagick/Makefile.PL.in~       Sat Nov 10 16:24:59 2001
-+++ ImageMagick-5.4.3/PerlMagick/Makefile.PL.in        Tue Mar  5 17:48:44 2002
-@@ -58,7 +58,7 @@
-    'INSTALLBIN'       => '@bindir@',
+--- ImageMagick-5.5.7/configure.ac.orig        2003-05-31 16:41:34.000000000 +0200
++++ ImageMagick-5.5.7/configure.ac     2003-07-18 08:27:51.000000000 +0200
+@@ -2194,7 +2194,7 @@
+ # Determine path to pick up ImageMagick library from for use with building PerlMagick
+ MAGICKLIBDIR="${LIB_DIR}"
+ MAGICKLIB="-L${MAGICKLIBDIR} -lMagick"
+-if test $with_perl_static = 'yes'
++if test $with_perl_static = 'yes' -o $with_perl_dynamic = 'yes'
+ then
+   # Find out where libtool hides its uninstalled libraries (as libtool_objdir)
+   eval `./libtool --config|grep '^objdir='|sed -e 's/^objdir/libtool_objdir/'`
+--- ImageMagick-5.5.7/Makefile.am.orig 2003-05-15 17:24:39.000000000 +0200
++++ ImageMagick-5.5.7/Makefile.am      2003-07-18 08:27:25.000000000 +0200
+@@ -97,11 +97,12 @@
+       cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
  
-    # Library specification
--   'LIBS'     => ['@LDFLAGS@ @MAGICKLIB@ @MAGICK_DEP_LIBS@'],
-+   'LIBS'     => ['-L@top_srcdir@/magick/.libs @LDFLAGS@ @MAGICKLIB@ @MAGICK_DEP_LIBS@'],
+ install-exec-perl: $(PERLMAKEFILE)
+-      ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
++      ( cd $(PERLMAGICK) && \
+       $(MAKE) CC='@CC@' install && \
+       $(MAKE) clean && rm -f  Makefile.old )
  
-    # Perl binary name (if a Perl binary is built)
-    'MAP_TARGET'       => 'PerlMagick',
+-all-perl:
++all-perl: $(PERLMAKEFILE) magick/libMagick.la
++      cd $(PERLMAGICK) && $(MAKE) CC='@CC@'
+ uninstall-exec-perl: $(PERLMAKEFILE)
+       echo "Uninstall not supported for PerlMagick"
This page took 0.028818 seconds and 4 git commands to generate.