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:
parent
f29a48a862
commit
7ed78b0399
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347897
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue