Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 21:25:11 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498519 - head/textproc/qstardict
Message-ID:  <201904092125.x39LPBqH016422@repo.freebsd.org>

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



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