Prevent detection of libcharset.h from converters/libiconv.

This forces git to use nl_langinfo() from libc instead of locale_charset()
from libiconv.  (The latter is practically an alias for the first.)

PR:		ports/187326
Approved by:	wxs (maintainer)
This commit is contained in:
Tijl Coosemans 2014-03-11 17:58:47 +00:00
parent f29a48a862
commit 7ed78b0399
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347897

View file

@ -32,7 +32,7 @@ MAKE_ENV+= V=1
USE_OPENSSL= yes
USE_RC_SUBR= git_daemon
CONFIGURE_ARGS= --enable-pthreads=-pthread
CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no
OPTIONS_DEFINE= GUI SVN GITWEB CONTRIB P4 CVS HTMLDOCS PERL ICONV CURL \
ETCSHELLS NLS