1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- honor CC

This commit is contained in:
Dirk Meyer 2011-06-24 18:53:09 +00:00
parent c4bcc4c17c
commit 82df6a2a34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276215
5 changed files with 33 additions and 2 deletions

View File

@ -1,3 +1,2 @@
MD5 (dk-milter-1.0.2.tar.gz) = bfb196cce24a94ded06eebd60dfb1eb8
SHA256 (dk-milter-1.0.2.tar.gz) = b671234ca4089bfe71ab4685b7ed6efaae51017ee5b389b7bf60656b182a20d9
SIZE (dk-milter-1.0.2.tar.gz) = 362255

View File

@ -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')

View File

@ -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')

View File

@ -1,3 +1,2 @@
MD5 (sid-milter-1.0.0.tar.gz) = 1fe0651bc27938ebd0d7c91d58d4ad5a
SHA256 (sid-milter-1.0.0.tar.gz) = b303bf0c43afd0cb0c814b8c862b8d22563d1203339ac130036873e79f696376
SIZE (sid-milter-1.0.0.tar.gz) = 351161

View File

@ -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')