svn commit: r465324 - head/devel/libical

Don Lewis truckman at FreeBSD.org
Thu Mar 22 23:32:44 UTC 2018


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


More information about the svn-ports-all mailing list