Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2018 23:32:43 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465324 - head/devel/libical
Message-ID:  <201803222332.w2MNWhf2089422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Thu Mar 22 23:32:43 2018
New Revision: 465324
URL: https://svnweb.freebsd.org/changeset/ports/465324

Log:
  USES+=compiler:c++11-lib to unbreak devel/libical build on PowerPC
  and other arches where gcc is the base compiler.
  
  No PORTREVISION bump because this is a no-op on arches with clang
  as the base compiler, and it unbreaks the build on the rest.
  
  PR:		221642, 215770
  Reported by:	Robin <solence AT zoho.eu>

Modified:
  head/devel/libical/Makefile

Modified: head/devel/libical/Makefile
==============================================================================
--- head/devel/libical/Makefile	Thu Mar 22 22:47:19 2018	(r465323)
+++ head/devel/libical/Makefile	Thu Mar 22 23:32:43 2018	(r465324)
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libicuuc.so:devel/icu
 
-USES=		cmake pathfix perl5
+USES=		cmake compiler:c++11-lib pathfix perl5
 USE_GITHUB=	yes
 USE_GNOME=	introspection:build
 USE_PERL5=	build



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