]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- fix LIBS in Makefile.PL. ImageMagick-4_1_0-5
authorkloczek <kloczek@pld-linux.org>
Thu, 11 Mar 1999 14:15:00 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ImageMagick-libpath.patch -> 1.1

ImageMagick-libpath.patch [new file with mode: 0644]

diff --git a/ImageMagick-libpath.patch b/ImageMagick-libpath.patch
new file mode 100644 (file)
index 0000000..36b354f
--- /dev/null
@@ -0,0 +1,11 @@
+--- ImageMagick-4.1.0/PerlMagick/Makefile.PL.in.libpath        Mon Sep 14 01:48:37 1998
++++ ImageMagick-4.1.0/PerlMagick/Makefile.PL.in        Mon Sep 14 01:49:37 1998
+@@ -4,7 +4,7 @@
+ WriteMakefile(
+     'NAME'    => 'Image::Magick',
+     'VERSION_FROM' => 'Magick.pm', # finds $VERSION
+-    'LIBS'    => ['@LDFLAGS@ @MAGICKLIB@ @X11STUBSLIB@ @LIBS@'],
++    'LIBS'    => ['@LDFLAGS@ -L@top_srcdir@/magick/.libs @MAGICKLIB@ @X11STUBSLIB@ @LIBS@'],
+     'DEFINE'  => '',     # e.g., '-DHAVE_SOMETHING' 
+     'INC'     => '-I@top_srcdir@/magick @CPPFLAGS@',
+ );
This page took 0.127035 seconds and 4 git commands to generate.