Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 15:41:15 +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: r482565 - head/graphics/qt5-pixeltool
Message-ID:  <201810201541.w9KFfGb4046283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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" "" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201541.w9KFfGb4046283>