svn commit: r482565 - head/graphics/qt5-pixeltool
Tobias C. Berner
tcberner at FreeBSD.org
Sat Oct 20 15:41:16 UTC 2018
Author: tcberner
Date: Sat Oct 20 15:41:15 2018
New Revision: 482565
URL: https://svnweb.freebsd.org/changeset/ports/482565
Log:
graphics/qt5-pixeltool: fix build with GCC-based architectures
PR: 232471
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/graphics/qt5-pixeltool/Makefile
Modified: head/graphics/qt5-pixeltool/Makefile
==============================================================================
--- head/graphics/qt5-pixeltool/Makefile Sat Oct 20 15:37:03 2018 (r482564)
+++ head/graphics/qt5-pixeltool/Makefile Sat Oct 20 15:41:15 2018 (r482565)
@@ -9,7 +9,7 @@ MAINTAINER= kde at FreeBSD.org
COMMENT= Qt 5 screen magnifier
USE_QT= core gui widgets buildtools_build
-USES= qmake qt-dist:5,tools
+USES= compiler:c++11-lang qmake qt-dist:5,tools
# qt5logo.png is installed by qt5-widgets.
DESKTOP_ENTRIES="Qt 5 PixelTool" "" \
More information about the svn-ports-all
mailing list