summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-03-26 10:55:29 +0000
committerkuriyama <kuriyama@FreeBSD.org>2001-03-26 10:55:29 +0000
commite1607a01c5dd2fe78b70a588ad5c74d2f36c6499 (patch)
tree645fe2efcc0bc43beb9f2ce75d84c7a9e633adcc /net
parent44fcd4d0cf44057ff0f756bf27813d70c8487490 (diff)
downloadFreeBSD-ports-e1607a01c5dd2fe78b70a588ad5c74d2f36c6499.zip
FreeBSD-ports-e1607a01c5dd2fe78b70a588ad5c74d2f36c6499.tar.gz
Remove -ffast-math from $CFLAGS.
PR: ports/25750 (problem report) Submitted by: kuriyama Approved by: dima (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/rrdtool/Makefile1
-rw-r--r--net/rrdtool10/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index 65bcb9f..eba0173 100644
--- a/net/rrdtool/Makefile
+++ b/net/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 \
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile
index 65bcb9f..eba0173 100644
--- a/net/rrdtool10/Makefile
+++ b/net/rrdtool10/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 \
OpenPOWER on IntegriCloud