Date: Wed, 21 Oct 2020 18:46:25 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552878 - head/net-im/pidgin-sipe Message-ID: <202010211846.09LIkP2E080295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Oct 21 18:46:25 2020 New Revision: 552878 URL: https://svnweb.freebsd.org/changeset/ports/552878 Log: net-im/pidgin-sipe: fix build on GCC architectures New glib needs newer GCC. Modified: head/net-im/pidgin-sipe/Makefile Modified: head/net-im/pidgin-sipe/Makefile ============================================================================== --- head/net-im/pidgin-sipe/Makefile Wed Oct 21 18:22:32 2020 (r552877) +++ head/net-im/pidgin-sipe/Makefile Wed Oct 21 18:46:25 2020 (r552878) @@ -25,7 +25,7 @@ LIB_DEPENDS= libnss3.so:security/nss \ libfarstream-0.2.so:net-im/farstream RUN_DEPENDS= pidgin:net-im/pidgin -USES= gmake gnome libtool localbase pkgconfig tar:bzip2 ssl +USES= compiler:c11 gmake gnome libtool localbase pkgconfig tar:bzip2 ssl USE_GNOME= gtk20 intltool libxml2 USE_GSTREAMER1= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010211846.09LIkP2E080295>