From bb00c51d8946e99a0478bbc448519dc4e947a950 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 10 Apr 2005 21:38:12 +0000 Subject: Fix build on amd64. --- net/rrdtool10/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/rrdtool10') diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index 0caf8c65cc48..501cf6d0ebba 100644 --- a/net/rrdtool10/Makefile +++ b/net/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} -- cgit v1.2.3