summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-String
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-09-20 19:07:00 +0000
committerWill Andrews <will@FreeBSD.org>2000-09-20 19:07:00 +0000
commita10703dda0b79cdeba90b2ef32fba10f5f1049b6 (patch)
tree13e02f4911e3a83fecb4590a4f3c7c7c99d27495 /converters/p5-Unicode-String
parentAdd p5-Unicode-Map8 0.10, a perl module that implements a class which does (diff)
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.
Notes
Notes: svn path=/head/; revision=32906
Diffstat (limited to 'converters/p5-Unicode-String')
-rw-r--r--converters/p5-Unicode-String/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile
index 54ee6c510695..07f4df65cc19 100644
--- a/converters/p5-Unicode-String/Makefile
+++ b/converters/p5-Unicode-String/Makefile
@@ -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>