Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 18:27:11 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485239 - head/www/domoticz
Message-ID:  <201811181827.wAIIRBm2044683@repo.freebsd.org>

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



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