FreeBSD Bugzilla – Attachment 151506 Details for
Bug 196662
devel/libgit2: add threads option (required for gitg)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
threads support in libgit2
libgit2-threads.diff (text/plain), 702 bytes, created by
Ruslan Makhmatkhanov
on 2015-01-12 21:40:21 UTC
(
hide
)
Description:
threads support in libgit2
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2015-01-12 21:40:21 UTC
Size:
702 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 376832) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= libgit2 > PORTVERSION= 0.21.1 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= wg@FreeBSD.org >@@ -20,13 +21,15 @@ > > PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E} > >-OPTIONS_DEFINE= SSH >-OPTIONS_DEFAULT=SSH >+OPTIONS_DEFINE= SSH THREADS >+OPTIONS_DEFAULT=SSH THREADS > SSH_DESC= Enable SSH support through libssh2 > > SSH_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 > SSH_CMAKE_ON= -DUSE_SSH=ON > SSH_CMAKE_OFF= -DUSE_SSH=OFF >+THREADS_CMAKE_ON= -DTHREADSAFE=ON >+THREADS_CMAKE_OFF= -DTHREADSAFE=OFF > > .include <bsd.port.pre.mk> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196662
: 151506