diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-30 07:03:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-30 07:03:08 +0000 |
commit | 14076bc4780cdac32105080e0e8636c5d55106a2 (patch) | |
tree | 2608a5e4c3b892157f7c346a9e2a5af40ef6f1b3 /databases | |
parent | BROKEN on amd64: Needs to build shared libraries with -fPIC (diff) |
BROKEN on amd64: Does not build (needs to build shared libraries with -fPIC)
Notes
Notes:
svn path=/head/; revision=110361
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 8 | ||||
-rw-r--r-- | databases/rrdtool10/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 08abd53a0e8d..8b30ad1a5b41 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -36,6 +36,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} CONFIGURE_ARGS+= --with-latin2 .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)" +.endif + pre-extract: .if !defined(WITH_LATIN2) @${ECHO_MSG} "" @@ -51,4 +57,4 @@ post-install: @${ECHO_MSG} "############################################################################" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 08abd53a0e8d..8b30ad1a5b41 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -36,6 +36,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} CONFIGURE_ARGS+= --with-latin2 .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)" +.endif + pre-extract: .if !defined(WITH_LATIN2) @${ECHO_MSG} "" @@ -51,4 +57,4 @@ post-install: @${ECHO_MSG} "############################################################################" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |