Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2020 21:39:40 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538192 - head/www/domoticz
Message-ID:  <202006072139.057LdeSS094370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jun  7 21:39:39 2020
New Revision: 538192
URL: https://svnweb.freebsd.org/changeset/ports/538192

Log:
  www/domoticz: fix build on GCC architectures
  
  Use C++11 compiler:
  cc1plus: error: unrecognized command line option "-std=c++11"

Modified:
  head/www/domoticz/Makefile

Modified: head/www/domoticz/Makefile
==============================================================================
--- head/www/domoticz/Makefile	Sun Jun  7 21:32:47 2020	(r538191)
+++ head/www/domoticz/Makefile	Sun Jun  7 21:39:39 2020	(r538192)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl libboost_system.so:de
 		libminizip.so:archivers/minizip libjsoncpp.so:devel/jsoncpp
 BUILD_DEPENDS=	cereal>=1.2.2:devel/cereal
 
-USES=		cmake pkgconfig ssl lua:53 sqlite
+USES=		cmake compiler:c++11-lang pkgconfig ssl lua:53 sqlite
 
 OPTIONS_SUB=	YES
 OPTIONS_DEFINE=	SMQTT PYTHON TELLDUS OPENZWAVE PRECOMP



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