diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 19:36:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 19:36:28 +0000 |
commit | ec0c7acb668088d09d9843666fa3230424f4282c (patch) | |
tree | f6a8163150cdfd88ed206e5aa0e67a838f952404 /devel/pth | |
parent | a885efa3846636a757527cbf08c669070d806213 (diff) | |
download | ports-ec0c7acb668088d09d9843666fa3230424f4282c.tar.gz ports-ec0c7acb668088d09d9843666fa3230424f4282c.zip |
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index f3ab961ea53d..01e3215e974e 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -30,9 +30,12 @@ MAN1= pth-config.1 pthread-config.1 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}," \ ${WRKSRC}/configure +.endif + post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." |