mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
f52cf53a0e
If you are using TxRep plugin follow upgrade instructions at https://svn.apache.org/repos/asf/spamassassin/trunk/UPGRADE ok kirill@
14 lines
309 B
Plaintext
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();
|
|
|