mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue