aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 19:03:54 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 19:03:54 +0800
commit7ca2fa15d7f5cb19729dd42427891c7f42f4c91f (patch)
treeffbb3cf78858298ab829bbe81a73ecbaf68fcd9d /comms
parentd3e72c5a3d4c68599905e04776dfd375f0cc05b0 (diff)
downloadfreebsd-ports-gnome-7ca2fa15d7f5cb19729dd42427891c7f42f4c91f.tar.gz
freebsd-ports-gnome-7ca2fa15d7f5cb19729dd42427891c7f42f4c91f.tar.zst
freebsd-ports-gnome-7ca2fa15d7f5cb19729dd42427891c7f42f4c91f.zip
REINPLACE_CMD doesn't like x+, replaced with xx*
Noticed on: betno
Diffstat (limited to 'comms')
-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