pkgsrc/graphics/p5-Image-Size/patches/patch-aa
abs fa2844bfea Update p5-Image-Size to 2.992 (also fix '@echo not found' build issue
with perl58)

Changes since 2.991:

* Added support for FlashMX (Shockwave Flash ver. 6), as contributed by
  Victor L Kuriashkin <victor@yasp.com>.
2003-11-26 11:19:09 +00:00

13 lines
309 B
Text

$NetBSD: patch-aa,v 1.1 2003/11/26 11:19:09 abs Exp $
--- Makefile.PL.orig Sat Aug 11 10:03:06 2001
+++ Makefile.PL
@@ -20,7 +20,7 @@ sub MY::tools_other
my $text = shift->SUPER::tools_other(@_);
- "$text\nECHO=\@echo\nRPM=rpm\n";
+ "$text\nECHO=echo\nRPM=rpm\n";
}
sub MY::post_constants