Date: Sat, 20 Oct 2018 16:08:52 +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: r482580 - head/x11-themes/qt5-style-plugins Message-ID: <201810201608.w9KG8qF2063300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 16:08:52 2018 New Revision: 482580 URL: https://svnweb.freebsd.org/changeset/ports/482580 Log: x11-themes/qt5-style-plugins: fix build with GCC-based architectures PR: 232404 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/x11-themes/qt5-style-plugins/Makefile Modified: head/x11-themes/qt5-style-plugins/Makefile ============================================================================== --- head/x11-themes/qt5-style-plugins/Makefile Sat Oct 20 16:00:36 2018 (r482579) +++ head/x11-themes/qt5-style-plugins/Makefile Sat Oct 20 16:08:52 2018 (r482580) @@ -14,7 +14,7 @@ COMMENT= Additional Styles for Qt 5 and KDE LICENSE= LGPL21 -USES= qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_QT= buildtools_build core gui widgets USE_GL+= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201608.w9KG8qF2063300>