svn commit: r553489 - branches/2020Q4/net-im/pidgin-sipe

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 27 20:16:05 UTC 2020


Author: pkubaj
Date: Tue Oct 27 20:16:04 2020
New Revision: 553489
URL: https://svnweb.freebsd.org/changeset/ports/553489

Log:
  MFH: r552878
  
  net-im/pidgin-sipe: fix build on GCC architectures
  
  New glib needs newer GCC.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q4/net-im/pidgin-sipe/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/net-im/pidgin-sipe/Makefile
==============================================================================
--- branches/2020Q4/net-im/pidgin-sipe/Makefile	Tue Oct 27 20:09:52 2020	(r553488)
+++ branches/2020Q4/net-im/pidgin-sipe/Makefile	Tue Oct 27 20:16:04 2020	(r553489)
@@ -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