From 14076bc4780cdac32105080e0e8636c5d55106a2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 30 May 2004 07:03:08 +0000 Subject: BROKEN on amd64: Does not build (needs to build shared libraries with -fPIC) --- net/rrdtool10/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/rrdtool10') diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index 08abd53a0e8d..8b30ad1a5b41 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -36,6 +36,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} CONFIGURE_ARGS+= --with-latin2 .endif +.include + +.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 +.include -- cgit v1.2.3