diff options
-rw-r--r-- | databases/rrdtool/Makefile | 2 | ||||
-rw-r--r-- | databases/rrdtool10/Makefile | 2 | ||||
-rw-r--r-- | net/rrdtool/Makefile | 2 | ||||
-rw-r--r-- | net/rrdtool10/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index eba017375075..fc487c342319 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 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 \ diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index eba017375075..fc487c342319 100644 --- a/net/rrdtool/Makefile +++ b/net/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/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index eba017375075..fc487c342319 100644 --- a/net/rrdtool10/Makefile +++ b/net/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 \ |