forked from Lainports/freebsd-ports
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:
parent
5d5548c528
commit
ef132fc0bd
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue