summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 07:03:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 07:03:08 +0000
commit14076bc4780cdac32105080e0e8636c5d55106a2 (patch)
tree2608a5e4c3b892157f7c346a9e2a5af40ef6f1b3 /databases/rrdtool
parentBROKEN 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/rrdtool')
-rw-r--r--databases/rrdtool/Makefile8
1 files changed, 7 insertions, 1 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>