]> TLD Linux GIT Repositories - packages/spamassassin.git/blobdiff - spamassassin-perl-fix.patch
- merged 3.4.2 from PLD
[packages/spamassassin.git] / spamassassin-perl-fix.patch
diff --git a/spamassassin-perl-fix.patch b/spamassassin-perl-fix.patch
deleted file mode 100644 (file)
index 10c66f1..0000000
+++ /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) {