/[packages]/cauldron/graphicsmagick/current/SOURCES/GraphicsMagick-1.3.16-perl-link.patch
ViewVC logotype

Contents of /cauldron/graphicsmagick/current/SOURCES/GraphicsMagick-1.3.16-perl-link.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 664839 - (show annotations) (download)
Sun Aug 17 13:15:08 2014 UTC (9 years, 8 months ago) by wally
File size: 573 byte(s)
- rediff perl module linking patch to fix build
- drop rpath from perl module
1 diff -up ./PerlMagick/Makefile.PL.in.orig ./PerlMagick/Makefile.PL.in
2 --- ./PerlMagick/Makefile.PL.in.orig 2014-08-17 15:53:41.125741963 +0300
3 +++ ./PerlMagick/Makefile.PL.in 2014-08-17 15:54:15.352403351 +0300
4 @@ -78,7 +78,7 @@ WriteMakefile
5 'INSTALLBIN' => $magick_BIN_DIR,
6
7 # Library specification
8 - 'LIBS' => ["-L$magick_LIB_DIR -lGraphicsMagick $magick_LDFLAGS $magick_DEP_LIBS"],
9 + 'LIBS' => ["-L$magick_LIB_DIR -L../magick/.libs -lGraphicsMagick $magick_DEP_LIBS"],
10
11 # Perl binary name (if a Perl binary is built)
12 'MAP_TARGET' => 'PerlMagick',

  ViewVC Help
Powered by ViewVC 1.1.30