Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 10:08:23 +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: r458311 - head/x11-toolkits/qt5-gui
Message-ID:  <201801071008.w07A8N17080372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jan  7 10:08:22 2018
New Revision: 458311
URL: https://svnweb.freebsd.org/changeset/ports/458311

Log:
  x11-toolkits/qt5-gui, fix build with clang 6
  
  PR:		224945
  Submitted by:	jbeich
  Reported by:	jbeich

Modified:
  head/x11-toolkits/qt5-gui/Makefile

Modified: head/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gui/Makefile	Sun Jan  7 09:27:51 2018	(r458310)
+++ head/x11-toolkits/qt5-gui/Makefile	Sun Jan  7 10:08:22 2018	(r458311)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gui
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -22,7 +23,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
-USES=		jpeg
+USES=		jpeg localbase
 USE_GL=		gl egl
 USE_GNOME=	glib20
 USE_QT5=	core dbus network qmake_build buildtools_build



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