mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Respect ${CC}
PR: 96222 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) Noticed by: kris
This commit is contained in:
parent
a1b3421310
commit
74689cbbf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160293
@ -28,4 +28,8 @@ post-patch:
|
||||
${PERL} -pi -e '$$_="" if $$.>=18 && $$.<=20' ${WRKSRC}/Makefile.PL
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${FIND} ${WRKSRC}/ -name Makefile -exec \
|
||||
${REINPLACE_CMD} -e 's,^CC =,CC ?=,' {} \;
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -28,4 +28,8 @@ post-patch:
|
||||
${PERL} -pi -e '$$_="" if $$.>=18 && $$.<=20' ${WRKSRC}/Makefile.PL
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${FIND} ${WRKSRC}/ -name Makefile -exec \
|
||||
${REINPLACE_CMD} -e 's,^CC =,CC ?=,' {} \;
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user