Date: Thu, 4 Oct 2018 20:15:41 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481245 - head/net/libmaia Message-ID: <201810042015.w94KFfqc044362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810042015.w94KFfqc044362>