aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool10
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-03-28 13:22:15 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-03-28 13:22:15 +0000
commit320ae2df694f944645bc021e64f031726e59a278 (patch)
tree990cc596bdb769e4c19f55af224dc91bdbe01df2 /databases/rrdtool10
parent2aa30208f8d00d8b883de7cfe1045b188caf6f0e (diff)
downloadports-320ae2df694f944645bc021e64f031726e59a278.tar.gz
ports-320ae2df694f944645bc021e64f031726e59a278.zip
Eliminate -ffast-math slightly better way.
Submitted by: knu
Notes
Notes: svn path=/head/; revision=40480
Diffstat (limited to 'databases/rrdtool10')
-rw-r--r--databases/rrdtool10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile
index eba017375075..fc487c342319 100644
--- a/databases/rrdtool10/Makefile
+++ b/databases/rrdtool10/Makefile
@@ -20,7 +20,7 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
-CFLAGS!= ${ECHO} ${CFLAGS:N-ffast-math}
+CFLAGS:= ${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 \