1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

REINPLACE_CMD doesn't like x+, replaced with xx*

Noticed on: betno
This commit is contained in:
Edwin Groothuis 2002-11-04 11:03:54 +00:00
parent 14bcbd5300
commit e73cee10f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69445

View File

@ -18,7 +18,7 @@ do-configure:
cd ${WRKSRC}; yes "" | ./Configure
pre-patch:
@${REINPLACE_CMD} -e "s@#include +<malloc.h>@@g" \
@${REINPLACE_CMD} -e "s|#include *<malloc.h>||g" \
${WRKSRC}/ecu.h ${WRKSRC}/ecunumrev.c ${WRKSRC}/ptyfork.c \
${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c