aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/p5-B-C/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-B-C/Makefile b/devel/p5-B-C/Makefile
index 4a3a19465ac4..01c2fe0172bb 100644
--- a/devel/p5-B-C/Makefile
+++ b/devel/p5-B-C/Makefile
@@ -32,6 +32,10 @@ PLIST_SUB+= PERL_ARCH=${PERL_ARCH}
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ByteLoader_bytecode.h
.endif
+.if ${PERL_LEVEL} >= 502400 && ${OSVERSION} < 1000054
+BROKEN= Does not build
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s|PERL_INC|PERL_INC_STAGE|g" ${WRKSRC}/Makefile.PL
${MKDIR} ${PERL_INC_STAGE}