Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 20:16:05 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553489 - branches/2020Q4/net-im/pidgin-sipe
Message-ID:  <202010272016.09RKG50M018349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010272016.09RKG50M018349>