summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/ecu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile
index da108f49da0f..a1c377bb3bfa 100644
--- a/comms/ecu/Makefile
+++ b/comms/ecu/Makefile
@@ -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