svn commit: r482600 - head/devel/qt5-linguist

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:43:53 UTC 2018


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 at 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" \


More information about the svn-ports-head mailing list