/[pkgs]/devel/ImageMagick/ImageMagick-6.4.9-6-perl-build.patch
ViewVC logotype

Contents of /devel/ImageMagick/ImageMagick-6.4.9-6-perl-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Mar 13 10:57:42 2009 UTC (8 months, 1 week ago) by jwrdegoede
Branch: MAIN
CVS Tags: F-12-split, ImageMagick-6_5_1_2-1_fc11, ImageMagick-6_4_9_6-2_fc11, F-11-split, ImageMagick-6_5_4_7-3_fc12, ImageMagick-6_5_3_7-2_fc12, ImageMagick-6_5_3_7-1_fc12, HEAD
File MIME type: text/x-patch
* Fri Mar 13 2009 Hans de Goede <hdegoede@redhat.com> 6.4.9.6-2
- Fix undefined warning in magick-type.h (#489453)
- Do not link PerlMagick against system ImageMagick, but against the just
  build one
1 diff -up ImageMagick-6.4.9-6/PerlMagick/Makefile.PL.in~ ImageMagick-6.4.9-6/PerlMagick/Makefile.PL.in
2 --- ImageMagick-6.4.9-6/PerlMagick/Makefile.PL.in~ 2009-01-03 16:55:31.000000000 +0100
3 +++ ImageMagick-6.4.9-6/PerlMagick/Makefile.PL.in 2009-03-13 11:22:46.000000000 +0100
4 @@ -77,7 +77,7 @@ WriteMakefile
5 'INSTALLBIN' => '@BIN_DIR@',
6
7 # Library specification
8 - 'LIBS' => [ '-L@MAGICKCORE_PATH@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand -lperl @MATH_LIBS@' ],
9 + 'LIBS' => [ '-L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand -lperl @MATH_LIBS@' ],
10
11 # Perl binary name (if a Perl binary is built)
12 'MAP_TARGET' => 'PerlMagick',

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2