summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-03-28 13:22:15 +0000
committerdemon <demon@FreeBSD.org>2001-03-28 13:22:15 +0000
commit59c874e9fd1eed4be3fc6b1a77f83bc65836d2af (patch)
tree253b579e02f0ce6e7ed7cbad99477627773e4b5d /databases
parent1965a00233b44554e897307ed484b45f6af014c4 (diff)
downloadFreeBSD-ports-59c874e9fd1eed4be3fc6b1a77f83bc65836d2af.zip
FreeBSD-ports-59c874e9fd1eed4be3fc6b1a77f83bc65836d2af.tar.gz
Eliminate -ffast-math slightly better way.
Submitted by: knu
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool/Makefile2
-rw-r--r--databases/rrdtool10/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index eba0173..fc487c3 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/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 \
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile
index eba0173..fc487c3 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 \
OpenPOWER on IntegriCloud