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 /comms/ecu | |
parent | 14bcbd5300863635a237e77e808b9eb7d593d178 (diff) | |
download | ports-e73cee10f28d6b4cafd8864b744cd978a722c8e8.tar.gz ports-e73cee10f28d6b4cafd8864b744cd978a722c8e8.zip |
Notes
Diffstat (limited to 'comms/ecu')
-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 |