diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-04-04 08:33:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-04-04 08:33:27 +0000 |
commit | deaf0fc22118da5436ec5fe3c947918bdee7ba3d (patch) | |
tree | 3e469bd41b0b81de017e214fb69d177a1d16e450 /mail/sendmail-devel/files/patch-FreeBSD | |
parent | www/node6: Update 6.17.0_1 -> 6.17.1 (diff) |
- import sendmail-8.16.0.41
Notes
Notes:
svn path=/head/; revision=497812
Diffstat (limited to 'mail/sendmail-devel/files/patch-FreeBSD')
-rw-r--r-- | mail/sendmail-devel/files/patch-FreeBSD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sendmail-devel/files/patch-FreeBSD b/mail/sendmail-devel/files/patch-FreeBSD new file mode 100644 index 000000000000..774593e6bc7a --- /dev/null +++ b/mail/sendmail-devel/files/patch-FreeBSD @@ -0,0 +1,11 @@ +--- devtools/OS/FreeBSD.orig 2014-03-05 00:59:45 UTC ++++ devtools/OS/FreeBSD +@@ -6,7 +6,7 @@ dnl Place personal settings in devtools/ + define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX') + define(`confLIBS', `-lutil') + +-define(`confLD', `cc') ++define(`confCC', `%%CC%%') + define(`confMTLDOPTS', `-pthread') + define(`confMTCCOPTS', `-D_THREAD_SAFE') + define(`confLDOPTS_SO', `-shared') |