X-Git-Url: https://git.tld-linux.org/?p=packages%2Fspamassassin.git;a=blobdiff_plain;f=spamassassin-perl-fix.patch;fp=spamassassin-perl-fix.patch;h=0000000000000000000000000000000000000000;hp=10c66f194fafab72fa07f1f12248c73aeaca9022;hb=6df75f9a0363eb6cd04fb8482185460861d7fd47;hpb=31d299da7461e63fbed924ba5134550f1107eb7c diff --git a/spamassassin-perl-fix.patch b/spamassassin-perl-fix.patch deleted file mode 100644 index 10c66f1..0000000 --- a/spamassassin-perl-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruNp Mail-SpamAssassin-3.4.1.orig/spamc/configure.pl Mail-SpamAssassin-3.4.1/spamc/configure.pl ---- Mail-SpamAssassin-3.4.1.orig/spamc/configure.pl 2015-04-28 21:56:59.000000000 +0200 -+++ Mail-SpamAssassin-3.4.1/spamc/configure.pl 2017-07-21 23:34:50.122992872 +0200 -@@ -66,7 +66,7 @@ print join(' ', $Config{'perlpath'}, "ve - # Do the same thing as for the preprocessor below. - package version_h; - my $Z = $0; -- local $0 = "version.h.pl"; -+ local $0 = "./version.h.pl"; - local @ARGV = (); - # Got to check for defined because the script returns shell error level! - unless (defined do $0) {