diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-17 14:53:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-17 14:53:29 +0000 |
commit | 1872f119c59ca5e4e974cfadcbdd19627f7ee23e (patch) | |
tree | 51f88c6fda2f2c4d99fb30770852184bbff932b3 /mail/sendmail812 | |
parent | Oops, I was silly to assume missed hyphen in distfiles, sorry. (diff) |
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
Notes
Notes:
svn path=/head/; revision=54818
Diffstat (limited to 'mail/sendmail812')
-rw-r--r-- | mail/sendmail812/files/patch-FreeBSD | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/sendmail812/files/patch-FreeBSD b/mail/sendmail812/files/patch-FreeBSD new file mode 100644 index 000000000000..45ef0216ca9e --- /dev/null +++ b/mail/sendmail812/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') |