diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
commit | 03cceed935615886af3d9551e9fb9b573ce3744a (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/git | |
parent | f2a68ebb7a9de69a3ae4d9df85ad0471ad8deab9 (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 3b0ad5515c21..dd2c6eb51f28 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -200,7 +200,7 @@ USE_OPENSSL= yes USE_RC_SUBR= git_daemon WANT_PERL= yes -CONFIGURE_ARGS= --enable-pthreads=${PTHREAD_LIBS} +CONFIGURE_ARGS= --enable-pthreads=-pthread OPTIONS_DEFINE= GUI SVN GITWEB CONTRIB P4 CVS HTMLDOCS PERL ICONV CURL \ ETCSHELLS NLS |