aboutsummaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-12-15 00:06:16 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-12-15 00:06:16 +0000
commit092e0be75a451bdb9caf7efecc6e2f80665aa695 (patch)
tree1c61d8c5fa90438efbbb984f84bb6bdec1b25474 /devel/pth
parent356081c771cefc17b4cba7e4305fb38ec7bfa834 (diff)
downloadports-092e0be75a451bdb9caf7efecc6e2f80665aa695.tar.gz
ports-092e0be75a451bdb9caf7efecc6e2f80665aa695.zip
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile2
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