diff options
author | krion <krion@FreeBSD.org> | 2005-04-10 21:38:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-04-10 21:38:12 +0000 |
commit | 71b3b6d14d1185a3108eb659bf2bbe5e4507c415 (patch) | |
tree | 1076b690ecb55ecf5d1acd003bc0fd1ef1715ab3 | |
parent | c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4 (diff) | |
download | FreeBSD-ports-71b3b6d14d1185a3108eb659bf2bbe5e4507c415.zip FreeBSD-ports-71b3b6d14d1185a3108eb659bf2bbe5e4507c415.tar.gz |
Fix build on amd64.
-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 0caf8c6..501cf6d 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} diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 0caf8c6..501cf6d 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} diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index 0caf8c6..501cf6d 100644 --- a/net/rrdtool/Makefile +++ b/net/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} diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index 0caf8c6..501cf6d 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} |