From 869ac8fdb1dd1ae5b5279098c2652182feb4b4f1 Mon Sep 17 00:00:00 2001 From: mi Date: Wed, 15 Dec 2004 00:06:16 +0000 Subject: Use vertical bar (``|'') instead of coma (``,'') for sed-substitutions. Comas can occur within CFLAGS now. --- devel/pth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/pth') diff --git a/devel/pth/Makefile b/devel/pth/Makefile index f70cdd654280..7f3a9451627c 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -33,7 +33,7 @@ MAN3= pth.3 pthread.3 post-patch: .if !defined(WITH_OPTIMIZED_CFLAGS) || defined(WITHOUT_OPTIMIZED_CFLAGS) ${REINPLACE_CMD} -e \ - "s,-funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math,${CFLAGS}," \ + 's|-funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math|${CFLAGS}|' \ ${WRKSRC}/configure .endif -- cgit