svn commit: r481245 - head/net/libmaia
Tobias C. Berner
tcberner at FreeBSD.org
Thu Oct 4 20:15:42 UTC 2018
Author: tcberner
Date: Thu Oct 4 20:15:41 2018
New Revision: 481245
URL: https://svnweb.freebsd.org/changeset/ports/481245
Log:
net/libmaia: fix build with GCC-based architectures
PR: 231949
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/net/libmaia/Makefile
Modified: head/net/libmaia/Makefile
==============================================================================
--- head/net/libmaia/Makefile Thu Oct 4 19:38:03 2018 (r481244)
+++ head/net/libmaia/Makefile Thu Oct 4 20:15:41 2018 (r481245)
@@ -10,7 +10,7 @@ CATEGORIES= net
MAINTAINER= kde at FreeBSD.org
COMMENT= XML-RPC lib for Qt
-USES= gmake qmake qt:5
+USES= compiler:c++11-lang gmake qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= wiedi
USE_QT= buildtools_build network xml
More information about the svn-ports-all
mailing list