svn commit: r485239 - head/www/domoticz

Mark Linimon linimon at FreeBSD.org
Sun Nov 18 18:27:12 UTC 2018


Author: linimon
Date: Sun Nov 18 18:27:11 2018
New Revision: 485239
URL: https://svnweb.freebsd.org/changeset/ports/485239

Log:
  Add compiler:c++11-lang to USES to fix build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/domoticz/Makefile

Modified: head/www/domoticz/Makefile
==============================================================================
--- head/www/domoticz/Makefile	Sun Nov 18 18:24:44 2018	(r485238)
+++ head/www/domoticz/Makefile	Sun Nov 18 18:27:11 2018	(r485239)
@@ -29,7 +29,7 @@ TELLDUS_DESC=	Enable support for Telldus
 
 .include <bsd.port.options.mk>
 
-USES=		cmake iconv pkgconfig ssl
+USES=		cmake compiler:c++11-lang iconv pkgconfig ssl
 
 # This hack is to get rid of dependency of git while building
 # the package.


More information about the svn-ports-all mailing list