Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 15:53:47 +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: r482575 - head/devel/qt5-qdbusviewer
Message-ID:  <201810201553.w9KFrlgW057162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct 20 15:53:46 2018
New Revision: 482575
URL: https://svnweb.freebsd.org/changeset/ports/482575

Log:
  devel/qt5-qdbusviewer: fix build with GCC-based architectures
  
  PR:		232421
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/qt5-qdbusviewer/Makefile

Modified: head/devel/qt5-qdbusviewer/Makefile
==============================================================================
--- head/devel/qt5-qdbusviewer/Makefile	Sat Oct 20 15:52:09 2018	(r482574)
+++ head/devel/qt5-qdbusviewer/Makefile	Sat Oct 20 15:53:46 2018	(r482575)
@@ -9,7 +9,7 @@ MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt 5 graphical interface to D-Bus
 
 USE_QT=		core dbus gui widgets xml buildtools_build
-USES=		qmake qt-dist:5,tools
+USES=		compiler:c++11-lang qmake qt-dist:5,tools
 
 DESKTOP_ENTRIES="Qt 5 D-Bus Viewer" "" \
 		"${PREFIX}/share/pixmaps/qdbusviewer-qt5.png" \



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