aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Cluster
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 /devel/p5-Algorithm-Cluster
parent72848afb16f9884721864dc5b42384d200845ffd (diff)
downloadports-14076bc4780cdac32105080e0e8636c5d55106a2.tar.gz
ports-14076bc4780cdac32105080e0e8636c5d55106a2.zip
Notes
Diffstat (limited to 'devel/p5-Algorithm-Cluster')
-rw-r--r--devel/p5-Algorithm-Cluster/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile
index ff2e00e3fd56..692315542fe7 100644
--- a/devel/p5-Algorithm-Cluster/Makefile
+++ b/devel/p5-Algorithm-Cluster/Makefile
@@ -30,4 +30,8 @@ post-patch:
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)"
+.endif
+
.include <bsd.port.post.mk>