aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.16/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-22 17:45:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-22 17:45:56 +0000
commit316d640e19957ec82f14fe8e1069a6c041b077e1 (patch)
treebc1b73b59ad01834a4fec5938b5124b57c5eeb0b /lang/perl5.16/Makefile
parent8bb7551e9d5f5e52638528dc90bdba47c1041183 (diff)
downloadports-316d640e19957ec82f14fe8e1069a6c041b077e1.tar.gz
ports-316d640e19957ec82f14fe8e1069a6c041b077e1.zip
Do not let Perl's Configure finds out if it needs to use nm or not. It should
not. In some case I can't reproduce, it was believing it should, and was failing badly. Reported by: Joe Francia, Scott Loga Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=375254
Diffstat (limited to 'lang/perl5.16/Makefile')
-rw-r--r--lang/perl5.16/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index 6187aaa81197..ab348dc20839 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -66,7 +66,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
-Dsiteman3dir=${SITE_MAN3} \
-Dsiteman1dir=${PREFIX}/man/man1 \
-Dotherlibdirs=${PREFIX}/lib/perl5/site_perl/${PERL_VER}:${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} \
- -Ui_malloc -Ui_iconv -Uinstallusrbinperl \
+ -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dusenm=n \
-Dcc="${CC}" -Duseshrplib -Dinc_version_list=none
LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \
LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \