From 8749fa3f4ecc1b5b20d29cfefe6dd3f008f80583 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 11:54:30 +0000 Subject: [PATCH] MFH: r483995 Mark BROKEN: fails to build src/sshprocess.cpp:146:71: error: invalid operands to binary expression ('__bind' and 'int') if (bind(serverSocket,(struct sockaddr*) &address,sizeof(address))!=0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~ Reported by: pkg-fallout --- net/x2goclient/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/x2goclient/Makefile b/net/x2goclient/Makefile index 02943919e1e9..74022c58fdae 100644 --- a/net/x2goclient/Makefile +++ b/net/x2goclient/Makefile @@ -12,6 +12,8 @@ COMMENT= Qt client for the X2Go system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + # Avoid clash with libssh from base BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:security/libssh LIB_DEPENDS= libcups.so:print/cups \