diff options
author | mat <mat@FreeBSD.org> | 2014-12-23 01:45:56 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-12-23 01:45:56 +0800 |
commit | 5424b70a953c99db3613c728738c3f3a8c9d9ae1 (patch) | |
tree | bc1b73b59ad01834a4fec5938b5124b57c5eeb0b /lang/perl5.16 | |
parent | acec31b46400e9b89aaa4425abf6bd2c790ad03e (diff) | |
download | freebsd-ports-gnome-5424b70a953c99db3613c728738c3f3a8c9d9ae1.tar.gz freebsd-ports-gnome-5424b70a953c99db3613c728738c3f3a8c9d9ae1.tar.zst freebsd-ports-gnome-5424b70a953c99db3613c728738c3f3a8c9d9ae1.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
Diffstat (limited to 'lang/perl5.16')
-rw-r--r-- | lang/perl5.16/Makefile | 2 |
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="" \ |