diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-12-15 00:06:16 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-12-15 00:06:16 +0000 |
commit | 092e0be75a451bdb9caf7efecc6e2f80665aa695 (patch) | |
tree | 1c61d8c5fa90438efbbb984f84bb6bdec1b25474 /devel/pth | |
parent | 356081c771cefc17b4cba7e4305fb38ec7bfa834 (diff) |
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |