1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Eliminate -ffast-math slightly better way.

Submitted by:	knu
This commit is contained in:
Dmitry Sivachenko 2001-03-28 13:22:15 +00:00
parent 2aa30208f8
commit 320ae2df69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40480
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL} 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 \ 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 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \

View File

@ -20,7 +20,7 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL} 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 \ 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 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \

View File

@ -20,7 +20,7 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL} 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 \ 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 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \

View File

@ -20,7 +20,7 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL} 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 \ 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 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \