aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-06-24 18:53:09 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-06-24 18:53:09 +0000
commit82df6a2a342a341cbb51d4f46312670f402826ff (patch)
treeb91edfb8daa4d6021499711dfab667b6ae9aac77 /mail/sendmail
parentc4bcc4c17c1b8f2e49ed85c1412ed6676f8823c9 (diff)
- honor CC
Notes
Notes: svn path=/head/; revision=276215
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/files/patch-FreeBSD11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sendmail/files/patch-FreeBSD b/mail/sendmail/files/patch-FreeBSD
new file mode 100644
index 000000000000..2db53fc410cd
--- /dev/null
+++ b/mail/sendmail/files/patch-FreeBSD
@@ -0,0 +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
+@@ -6,7 +6,7 @@
+ define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX')
+ define(`confLIBS', `-lutil')
+
+-define(`confLD', `cc')
++define(`confLD', `${CC}')
+ define(`confMTLDOPTS', `-pthread')
+ define(`confMTCCOPTS', `-D_THREAD_SAFE')
+ define(`confLDOPTS_SO', `-shared')