diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 04:56:40 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 04:56:40 +0800 |
commit | 3a5380b7468197c1b5ed291c3381e2869074854b (patch) | |
tree | c219b568dc6c6b94b8725ea93a5c180f1c92291b /irc | |
parent | 3e36cbca43d5119fb92c23ec0fb5ffa9554f9aca (diff) | |
download | freebsd-ports-gnome-3a5380b7468197c1b5ed291c3381e2869074854b.tar.gz freebsd-ports-gnome-3a5380b7468197c1b5ed291c3381e2869074854b.tar.zst freebsd-ports-gnome-3a5380b7468197c1b5ed291c3381e2869074854b.zip |
Mark BROKEN: fails to build
xep/ping.c:166:23: error: member reference base type 'gint64' (aka 'long') is not a structure or union
if (server->lag_sent.tv_sec != 0) {
~~~~~~~~~~~~~~~~^~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-xmpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile index 0931532e64f1..2f91eb17bcae 100644 --- a/irc/irssi-xmpp/Makefile +++ b/irc/irssi-xmpp/Makefile @@ -11,6 +11,8 @@ COMMENT= Irssi plugin to connect to Jabber network LICENSE= GPLv2 +BROKEN= fails to build + BUILD_DEPENDS= irssi:irc/irssi LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS:= ${BUILD_DEPENDS} |