summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-02-17 14:53:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-02-17 14:53:29 +0000
commit1872f119c59ca5e4e974cfadcbdd19627f7ee23e (patch)
tree51f88c6fda2f2c4d99fb30770852184bbff932b3 /mail
parentOops, 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')
-rw-r--r--mail/sendmail/files/patch-FreeBSD8
-rw-r--r--mail/sendmail812/files/patch-FreeBSD8
2 files changed, 16 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')
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')