diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-10 21:38:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-10 21:38:12 +0000 |
commit | bb00c51d8946e99a0478bbc448519dc4e947a950 (patch) | |
tree | d1384afb855b9831172f72322c67f95c50c57972 /databases/rrdtool | |
parent | ca702b7472a02765c85493e45500186c4cdaaf5d (diff) | |
download | ports-bb00c51d8946e99a0478bbc448519dc4e947a950.tar.gz ports-bb00c51d8946e99a0478bbc448519dc4e947a950.zip |
Notes
Diffstat (limited to 'databases/rrdtool')
-rw-r--r-- | databases/rrdtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 0caf8c65cc48..501cf6d0ebba 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ --program-transform-name='' CONFIGURE_ENV= PERL=${PERL} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC LDFLAGS+= -L${LOCALBASE}/lib CFLAGS:= ${CFLAGS:N-ffast-math} |