diff options
-rw-r--r-- | comms/ecu/Makefile | 2 |
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 |