1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Respect Perl's LDDLFLAGS.

With hat:	perl
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-12-04 17:58:45 +00:00
parent e3b9da9665
commit a2f6e531c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373975

View File

@ -17,4 +17,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} '/LDDLFLAGS/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>