diff options
author | oliver <oliver@FreeBSD.org> | 2003-08-04 19:38:19 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-08-04 19:38:19 +0800 |
commit | 625a6b8c1bb88b1c6d1aa881de21c64e8939d716 (patch) | |
tree | adc44b804aa1575c0aec342f324fcf8d6f14eec4 /mail/dspam-devel/files | |
parent | d7792b782e9b4085b8e85eff7ad8d9cee265fa0d (diff) | |
download | freebsd-ports-gnome-625a6b8c1bb88b1c6d1aa881de21c64e8939d716.tar.gz freebsd-ports-gnome-625a6b8c1bb88b1c6d1aa881de21c64e8939d716.tar.zst freebsd-ports-gnome-625a6b8c1bb88b1c6d1aa881de21c64e8939d716.zip |
Add dspam 2.6.3, a server-side bayesian spam filter.
PR: 55222
Submitted by: Dominic Marks <dom@wirespeed.org.uk>
Diffstat (limited to 'mail/dspam-devel/files')
-rw-r--r-- | mail/dspam-devel/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/dspam-devel/files/patch-configure b/mail/dspam-devel/files/patch-configure new file mode 100644 index 000000000000..04f295d439b7 --- /dev/null +++ b/mail/dspam-devel/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Sun Aug 3 01:16:30 2003 ++++ configure Mon Aug 4 12:03:04 2003 +@@ -18216,7 +18216,8 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="%%LIBTOOLFLAGS%% $ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |