svn commit: r552878 - head/net-im/pidgin-sipe

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 21 18:46:26 UTC 2020


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
 


More information about the svn-ports-all mailing list