Mark BROKEN: Fails to build

CC       ggit-cred-ssh-interactive.lo
ggit-cred-ssh-interactive.c:172:28: error: subscript of pointer to incomplete type 'const LIBSSH2_USERAUTH_KBDINT_PROMPT' (aka 'const struct _LIBSSH2_USERAUTH_KBDINT_PROMPT')
                text = g_strndup (prompts[i].text, prompts[i].length);

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2014-11-27 18:27:27 +00:00
parent cc5123adcd
commit d031dc120f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373505

View File

@ -12,6 +12,8 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Glib wrapper library around the libgit2 git access library
BROKEN= Fails to build
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala \
gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2