diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 11:03:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 11:03:54 +0000 |
commit | e73cee10f28d6b4cafd8864b744cd978a722c8e8 (patch) | |
tree | a4ae679a5d9e754d096c89f38884d1b2372e57bf | |
parent | Add tome 2.0.0. (diff) |
REINPLACE_CMD doesn't like x+, replaced with xx*
Noticed on: betno
Notes
Notes:
svn path=/head/; revision=69445
-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 |