1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Respect CC

PR:		162531
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer timeout
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-11-28 11:46:20 +00:00
parent f3d779a65c
commit 8dd875071c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286566

View File

@ -30,4 +30,7 @@ PLIST_SUB+= SPAMFILTER=""
PLIST_SUB+= SPAMFILTER="@comment "
.endif
post-patch: .SILENT
${REINPLACE_CMD} '/^CC/s/=/?=/' ${WRKSRC}/config
.include <bsd.port.post.mk>