svn commit: r458311 - head/x11-toolkits/qt5-gui

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 7 10:08:24 UTC 2018


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


More information about the svn-ports-head mailing list