svn commit: r538192 - head/www/domoticz
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jun 7 21:39:40 UTC 2020
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
More information about the svn-ports-all
mailing list