View | Details | Raw Unified | Return to bug 157223 | Differences between
and this patch

Collapse All | Expand All

(-)p5-ExtUtils-MakeMaker/Makefile (+3 lines)
Lines 32-36 Link Here
32
32
33
post-patch:
33
post-patch:
34
	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
34
	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
35
	if [ ! -e ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/CORE/cc_runtime.h ];\
36
	then	${PREFIX}/bin/perl -pi'' -e'if(/cc_runtime.h/){$$_="";}' ${WRKSRC}/lib/ExtUtils/MM_Unix.pm ;\
37
	fi
35
38
36
.include <bsd.port.mk>
39
.include <bsd.port.mk>

Return to bug 157223