Date: Sat, 20 Oct 2018 17:00:28 +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: r482605 - head/net/qoauth-qt5 Message-ID: <201810201700.w9KH0S29092539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 17:00:28 2018 New Revision: 482605 URL: https://svnweb.freebsd.org/changeset/ports/482605 Log: net/qoauth-qt5: fix build on GCC-based architectures PR: 231915 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/net/qoauth-qt5/Makefile Modified: head/net/qoauth-qt5/Makefile ============================================================================== --- head/net/qoauth-qt5/Makefile Sat Oct 20 16:58:02 2018 (r482604) +++ head/net/qoauth-qt5/Makefile Sat Oct 20 17:00:28 2018 (r482605) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 -USES= qmake:outsource qt:5 +USES= compiler:c++11-lang qmake:outsource qt:5 USE_LDCONFIG= yes USE_QT= core network testlib buildtools_build qmake_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201700.w9KH0S29092539>