diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-17 22:53:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-17 22:53:29 +0800 |
commit | 743e8cad790357fb16ffd97ac29b5c86453386e6 (patch) | |
tree | 94d314006301a361dbd38dd49e5d85dae92967ce /mail/sendmail/files | |
parent | d59e2d8d71754814789711137bd084f7b88518a3 (diff) | |
download | freebsd-ports-gnome-743e8cad790357fb16ffd97ac29b5c86453386e6.tar.gz freebsd-ports-gnome-743e8cad790357fb16ffd97ac29b5c86453386e6.tar.zst freebsd-ports-gnome-743e8cad790357fb16ffd97ac29b5c86453386e6.zip |
Mikhail Teterin:
A little milter application I installed (spamassassin related) was
hanging every once in a while. I'm not sure if this patch will fix it,
but it sure seems like the right step to take. Without it, the libmilter
sources are compiled without the -pthread, even though the library is
linked with -pthread (rather needlessly, since it is a static lib only).
Submitted by: mi
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r-- | mail/sendmail/files/patch-FreeBSD | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/sendmail/files/patch-FreeBSD b/mail/sendmail/files/patch-FreeBSD new file mode 100644 index 000000000000..45ef0216ca9e --- /dev/null +++ b/mail/sendmail/files/patch-FreeBSD @@ -0,0 +1,8 @@ +--- devtools/OS/FreeBSD Wed Jan 10 21:44:08 2001 ++++ devtools/OS/FreeBSD Thu Feb 14 08:59:38 2002 +@@ -5,4 +5,5 @@ + define(`confLD', `cc') + define(`confMTLDOPTS', `-pthread') ++define(`confMTCCOPTS', `-pthread') + define(`confLDOPTS_SO', `-shared') + define(`confCCOPTS_SO', `-fPIC') |