From b88d792995a0040283ccd7751372786e45c08fb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 8 Apr 2008 11:17:55 +0000 Subject: [PATCH] - fix makefile generation with perl 5.10 Changed files: swish-e-perl.patch -> 1.1 --- swish-e-perl.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 swish-e-perl.patch diff --git a/swish-e-perl.patch b/swish-e-perl.patch new file mode 100644 index 0000000..68721f2 --- /dev/null +++ b/swish-e-perl.patch @@ -0,0 +1,19 @@ +diff --git a/perl/Makefile.PL b/perl/Makefile.PL +index 69be46f..711dfa8 100644 +--- a/perl/Makefile.PL ++++ b/perl/Makefile.PL +@@ -80,11 +80,9 @@ Can be either environment variables or passed on command line like: + + EOF + +-$SIG{__DIE__} = sub { +- print STDERR "\n ** ERROR: ", @_; +- print STDERR " Run perl Makefile.PL SWISHHELP for options\n\n"; +- exit 1; +-}; ++END { ++ print STDERR "Run perl Makefile.PL SWISHHELP for options\n\n" if $?; ++} + + #---------------------------------------------------------------------------------- + -- 2.44.0