diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-11 17:58:47 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-11 17:58:47 +0000 |
commit | 7ed78b03994e0380346c04d14d17a5f3def27d8a (patch) | |
tree | 08d106b9564c75ca429f1cade51b9fe882e08b06 /devel/git | |
parent | f29a48a86278acb5f03b4eba92140f5ac48bf408 (diff) |
Notes
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 |