devel/p5-B-C: fix build

Threaded build currently fails:
mv C.xsc C.c

    blib/arch/auto/B/C/C.so ---

chmod 755 blib/arch/auto/B/C/C.so

    subdirs ---

mv: C.xsc: No such file or directory

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20624
This commit is contained in:
Piotr Kubaj 2019-06-14 07:01:19 +00:00
parent 5d5548c528
commit ef132fc0bd

View file

@ -25,6 +25,7 @@ USES= perl5
USE_PERL5= configure
MAKE_ENV= PERL_INC_STAGE=${PERL_INC_STAGE}
MAKE_JOBS_UNSAFE= yes
PERL_INC_STAGE= ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE
PLIST_SUB= PERL_ARCH=${PERL_ARCH}