From b044a583716f77bf367789a9038bb1a890177f5c Mon Sep 17 00:00:00 2001 From: Roman Kulik Date: Tue, 13 Sep 2005 17:01:02 +0000 Subject: [PATCH] Added patch file. --- p5-Imager/patches/patch-Makefile.PL | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 p5-Imager/patches/patch-Makefile.PL diff --git a/p5-Imager/patches/patch-Makefile.PL b/p5-Imager/patches/patch-Makefile.PL new file mode 100644 index 0000000000..4485071b51 --- /dev/null +++ b/p5-Imager/patches/patch-Makefile.PL @@ -0,0 +1,35 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2005/09/13 17:01:02 kuli0020 Exp $ + +--- Makefile.PL.old Sun Dec 12 05:52:00 2004 ++++ Makefile.PL Wed Feb 16 09:53:41 2005 +@@ -147,30 +147,6 @@ + } + + RETR: +- if (($formats{'gif'} or $formats{'ungif'}) && !$ENV{IM_SUPPRESS_PROMPT}) { +- print <; +- chomp($resp); +- if ($resp ne "n") { +- delete $formats{'gif'}; +- delete $formats{'ungif'}; +- return; +- } +- } + + for my $frm (qw(gif ungif)) { + checkformat($frm) if ($MANUAL and $formats{$frm});