Fix runtime error.
Spotted by: Jan Beich <jbeich at tormail dot org>
This commit is contained in:
parent
0216a9aedc
commit
f82cbeb7df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310062
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ PLIST_FILES= bin/gccmakedep
|
|||
BUILD_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp
|
||||
RUN_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp
|
||||
CONFIGURE_ENV+= ac_cv_path_RAWCPP="ucpp -s"
|
||||
|
||||
post-build:
|
||||
${REINPLACE_CMD} -e 's|^CC= *|CC=|' \
|
||||
-e 's|^RM= *|RM=|' \
|
||||
-e 's|^LN= *|LN=|' \
|
||||
-e 's|^MV= *|MV=|' ${WRKSRC}/gccmakedep
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue