Files
ports/mail/p5-Mail-SpamAssassin/patches/patch-t_sa_compile_t
T
giovanni f52cf53a0e Update to 4.0.2 + backported patch
If you are using TxRep plugin follow upgrade instructions at
https://svn.apache.org/repos/asf/spamassassin/trunk/UPGRADE
ok kirill@
2025-09-05 13:08:42 +00:00

14 lines
309 B
Plaintext

Index: t/sa_compile.t
--- t/sa_compile.t.orig
+++ t/sa_compile.t
@@ -12,8 +12,7 @@ use SATest; sa_t_init("sa_compile");
use Config;
-my $temp_binpath = $Config{sitebinexp};
-$temp_binpath =~ s|^\Q$Config{siteprefixexp}\E/||;
+my $temp_binpath = "bin";
my $RE2C_BIN = get_re2c_bin_from_sa_compile();