Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 11:18:31 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496718 - head/x11-fm/qtfm
Message-ID:  <201903241118.x2OBIVef071580@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar 24 11:18:30 2019
New Revision: 496718
URL: https://svnweb.freebsd.org/changeset/ports/496718

Log:
  Fix build on gcc-based architectures.

Modified:
  head/x11-fm/qtfm/Makefile

Modified: head/x11-fm/qtfm/Makefile
==============================================================================
--- head/x11-fm/qtfm/Makefile	Sun Mar 24 11:00:46 2019	(r496717)
+++ head/x11-fm/qtfm/Makefile	Sun Mar 24 11:18:30 2019	(r496718)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libinotify.so:devel/libinotify
 
-USES=		desktop-file-utils gl qmake qt:5
+USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
 USE_GL=		gl
 USE_QT=		concurrent core dbus gui widgets \
 		buildtools_build qmake_build



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