diff options
author | tijl <tijl@FreeBSD.org> | 2014-03-12 01:58:47 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-03-12 01:58:47 +0800 |
commit | 2b5e34f5f335207ee4e12969c4e7996491d5fea3 (patch) | |
tree | 08d106b9564c75ca429f1cade51b9fe882e08b06 /devel/git | |
parent | 8b1be6d8e3c1d19c88361ca4deb4061d025814b7 (diff) | |
download | freebsd-ports-gnome-2b5e34f5f335207ee4e12969c4e7996491d5fea3.tar.gz freebsd-ports-gnome-2b5e34f5f335207ee4e12969c4e7996491d5fea3.tar.zst freebsd-ports-gnome-2b5e34f5f335207ee4e12969c4e7996491d5fea3.zip |
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)
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 412ca1927883..ccd23d0ee3b0 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -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 |