summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-03-26 10:55:29 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-03-26 10:55:29 +0000
commit28d289fe2fccdcf5125452987ab3d68979d8a06b (patch)
treefc9e873a866e794593d8b247779fcdc0ca6b8f0f /databases/rrdtool
parentRUN_DEPENDS on gmake. (diff)
Remove -ffast-math from $CFLAGS.
PR: ports/25750 (problem report) Submitted by: kuriyama Approved by: dima (maintainer)
Notes
Notes: svn path=/head/; revision=40393
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 65bcb9f1fb3f..eba017375075 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -20,6 +20,7 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
+CFLAGS!= ${ECHO} ${CFLAGS:N-ffast-math}
MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \
rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \