ports/mail/sendmail/files/patch-FreeBSD
Dirk Meyer 554506ade4 - fix CC handling
- escape LD options
PR:		183547
2013-11-16 06:38:19 +00:00

11 lines
390 B
Text

--- devtools/OS/FreeBSD.orig 2003-07-03 03:07:45.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(`confCC', `%%CC%%')
define(`confMTLDOPTS', `-pthread')
define(`confMTCCOPTS', `-D_THREAD_SAFE')
define(`confLDOPTS_SO', `-shared')