View | Details | Raw Unified | Return to bug 144406
Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 24-27 Link Here
24
24
25
MAN3=		Math::BigInt::GMP.3
25
MAN3=		Math::BigInt::GMP.3
26
26
27
post-patch:
28
	@${PERL} -pi -e "s!-lgmp!-L${LOCALBASE}/lib $$&!;" \
29
		     -e "if (/'LIBS'/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \
30
		${WRKSRC}/Makefile.PL
31
27
.include <bsd.port.mk>
32
.include <bsd.port.mk>

Return to bug 144406