mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
REINPLACE_CMD doesn't like x+, replaced with xx*
Noticed on: betno
This commit is contained in:
parent
14bcbd5300
commit
e73cee10f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69445
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user