diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-11-16 06:38:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-11-16 06:38:19 +0000 |
commit | 554506ade49869acea312f1c580ebc6eb6a2a858 (patch) | |
tree | 473f36babae50a5bc60d407fde54053c2d89434f /mail/sendmail/files/patch-FreeBSD | |
parent | devel/py-futures: [NEW PORT] Backport of Python 3.2 concurrent.futures module (diff) |
- fix CC handling
- escape LD options
PR: 183547
Notes
Notes:
svn path=/head/; revision=333983
Diffstat (limited to 'mail/sendmail/files/patch-FreeBSD')
-rw-r--r-- | mail/sendmail/files/patch-FreeBSD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/files/patch-FreeBSD b/mail/sendmail/files/patch-FreeBSD index 2db53fc410cd..f75af45d2659 100644 --- a/mail/sendmail/files/patch-FreeBSD +++ b/mail/sendmail/files/patch-FreeBSD @@ -1,11 +1,11 @@ --- devtools/OS/FreeBSD.orig 2003-07-03 03:07:45.000000000 +0200 -+++ devtools/OS/FreeBSD 2011-06-24 20:24:03.000000000 +0200 ++++ devtools/OS/FreeBSD 2013-11-16 07:06:27.000000000 +0100 @@ -6,7 +6,7 @@ define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX') define(`confLIBS', `-lutil') -define(`confLD', `cc') -+define(`confLD', `${CC}') ++define(`confCC', `%%CC%%') define(`confMTLDOPTS', `-pthread') define(`confMTCCOPTS', `-D_THREAD_SAFE') define(`confLDOPTS_SO', `-shared') |