aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-AcePerl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-11 09:31:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-11 09:31:02 +0000
commite4b32b72e089965856b924a9b1ba64b30acd0d75 (patch)
tree91d514cf507510211678e68439b84f7aec070056 /biology/p5-AcePerl
parent5d68e2b905ed9fdad88da1de3a1ed19f48fb40d7 (diff)
downloadports-e4b32b72e089965856b924a9b1ba64b30acd0d75.tar.gz
ports-e4b32b72e089965856b924a9b1ba64b30acd0d75.zip
Mark various leaf ports broken on aarch64, and, where appropriate, other
tier-2 archs. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=425879
Diffstat (limited to 'biology/p5-AcePerl')
-rw-r--r--biology/p5-AcePerl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile
index 8013d766b0fe..66126d02b99e 100644
--- a/biology/p5-AcePerl/Makefile
+++ b/biology/p5-AcePerl/Makefile
@@ -17,13 +17,15 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BROKEN_aarch64= Fails to link: unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation
+
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif