From abb7b7ac415c66fb958198610d5c972bcf66b749 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 21 Oct 2020 18:46:25 +0000 Subject: [PATCH] net-im/pidgin-sipe: fix build on GCC architectures New glib needs newer GCC. --- net-im/pidgin-sipe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index ff283d1255e1..68432ed804d5 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -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