1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00: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:
Will Andrews 2000-09-20 19:07:00 +00:00
parent 008b813d20
commit a10703dda0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32906

View File

@ -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>