You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
663 B
13 lines
663 B
1 year ago
|
diff -up GraphicsMagick-1.3.31/PerlMagick/Makefile.PL.in.perl_linkage GraphicsMagick-1.3.31/PerlMagick/Makefile.PL.in
|
||
|
--- GraphicsMagick-1.3.31/PerlMagick/Makefile.PL.in.perl_linkage 2018-11-20 08:09:30.804633076 -0600
|
||
|
+++ GraphicsMagick-1.3.31/PerlMagick/Makefile.PL.in 2018-11-20 08:10:29.460027024 -0600
|
||
|
@@ -78,7 +78,7 @@ WriteMakefile
|
||
|
'INSTALLBIN' => $magick_BIN_DIR,
|
||
|
|
||
|
# Library specification
|
||
|
- 'LIBS' => ["-L$magick_LIB_DIR $magick_LDFLAGS $magick_API_LIBS"],
|
||
|
+ 'LIBS' => ["-L$magick_LIB_DIR -L../magick/.libs $magick_LDFLAGS $magick_API_LIBS"],
|
||
|
|
||
|
# Perl binary name (if a Perl binary is built)
|
||
|
'MAP_TARGET' => 'PerlMagick',
|