svn commit: r498519 - head/textproc/qstardict

Fernando Apesteguía fernape at FreeBSD.org
Tue Apr 9 21:25:12 UTC 2019


Author: fernape
Date: Tue Apr  9 21:25:11 2019
New Revision: 498519
URL: https://svnweb.freebsd.org/changeset/ports/498519

Log:
  textproc/qstardict: fix build with GCC-based architectures
  
  PR:	237120
  Submitted by:	pkubaj at anongoth.pl

Modified:
  head/textproc/qstardict/Makefile

Modified: head/textproc/qstardict/Makefile
==============================================================================
--- head/textproc/qstardict/Makefile	Tue Apr  9 21:10:56 2019	(r498518)
+++ head/textproc/qstardict/Makefile	Tue Apr  9 21:25:11 2019	(r498519)
@@ -13,7 +13,7 @@ COMMENT=	Qt based dictionary program (stardict clone)
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gl gnome pkgconfig qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2
 USE_GL=		gl
 USE_GNOME=	glib20
 USE_QT=		core dbus gui network printsupport widgets xml \


More information about the svn-ports-head mailing list