Date: Sat, 20 Oct 2018 16:43:53 +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: r482600 - head/devel/qt5-linguist Message-ID: <201810201643.w9KGhrrl086050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 16:43:52 2018 New Revision: 482600 URL: https://svnweb.freebsd.org/changeset/ports/482600 Log: devel/qt5-linguist: fix build with GCC-based architectures PR: 232255 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/devel/qt5-linguist/Makefile Modified: head/devel/qt5-linguist/Makefile ============================================================================== --- head/devel/qt5-linguist/Makefile Sat Oct 20 16:42:46 2018 (r482599) +++ head/devel/qt5-linguist/Makefile Sat Oct 20 16:43:52 2018 (r482600) @@ -11,7 +11,7 @@ COMMENT= Qt 5 translation tool USE_QT= core gui printsupport widgets xml \ assistant_run linguisttools_run \ buildtools_build designer_build uitools_build -USES= qmake qt-dist:5,tools +USES= compiler:c++11-lang qmake qt-dist:5,tools DESKTOP_ENTRIES="Qt 5 Linguist" "" \ "${PREFIX}/share/pixmaps/linguist-qt5.png" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201643.w9KGhrrl086050>