summaryrefslogtreecommitdiff
path: root/databases/rrdtool10
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-04-10 21:38:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-04-10 21:38:12 +0000
commitbb00c51d8946e99a0478bbc448519dc4e947a950 (patch)
treed1384afb855b9831172f72322c67f95c50c57972 /databases/rrdtool10
parentBROKEN on 4.x: Does not compile (diff)
Fix build on amd64.
Notes
Notes: svn path=/head/; revision=132958
Diffstat (limited to 'databases/rrdtool10')
-rw-r--r--databases/rrdtool10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile
index 0caf8c65cc48..501cf6d0ebba 100644
--- a/databases/rrdtool10/Makefile
+++ b/databases/rrdtool10/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}