Make this port respect CC/CFLAGS. I discovered this discrepancy while
reviewing converters/p5-Unicode-Map8. The Porter's Handbook should probably note that perl module ports that compile something should have a diff similar to this one.
This commit is contained in:
parent
008b813d20
commit
a10703dda0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32906
@ -23,6 +23,7 @@ MAN3= Unicode::CharName.3 Unicode::String.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user