diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-09 01:53:57 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-09 01:53:57 +0000 |
commit | 7e139813e02b06faac30ce6bb83dda46c7685e29 (patch) | |
tree | abe788eeda90d3f7b73faabc07c3d399aab83939 /www/WebMagick/files | |
parent | Fix coredump problem. This patch has been submitted by wget developers. (diff) |
Follow new PerlMagick and rename
base_rows -> base-rows
base_columns -> base-columns
Notes
Notes:
svn path=/head/; revision=45997
Diffstat (limited to 'www/WebMagick/files')
-rw-r--r-- | www/WebMagick/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index 4f13390bebe0..9cc5823d0573 100644 --- a/www/WebMagick/files/patch-aa +++ b/www/WebMagick/files/patch-aa @@ -1,5 +1,5 @@ ---- webmagick.in.old Sun Oct 17 23:55:14 1999 -+++ webmagick.in Fri Mar 23 16:50:54 2001 +--- webmagick.in.orig Sun Oct 17 23:55:14 1999 ++++ webmagick.in Thu Aug 9 05:43:20 2001 @@ -127,6 +127,7 @@ $opt_dircolorlink, $opt_dircolorvlink, @@ -260,6 +260,15 @@ print( INDEX "</ADDRESS>\n" ); } +@@ -2484,7 +2516,7 @@ + # available in PerlMagick 1.12 and beyond. If the + # feature is not supported then undefined values + # should be returned. +- ($base_columns, $base_rows) = $image->Get('base_columns', 'base_rows'); ++ ($base_columns, $base_rows) = $image->Get('base-columns', 'base-rows'); + if( defined($base_columns) && defined($base_rows) ) { + $width = $base_columns; + $height = $base_rows; @@ -2762,7 +2794,7 @@ $status = $montage->Write( filename=>"JPEG:$fileNames{'montageJPEG'}", |