svn commit: r513506 - branches/2019Q4/x11-toolkits/qt5-gui

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 1 19:02:20 UTC 2019


Author: pkubaj
Date: Tue Oct  1 19:02:20 2019
New Revision: 513506
URL: https://svnweb.freebsd.org/changeset/ports/513506

Log:
  MFH: r513491
  
  x11-toolkits/qt5-gui: remove -mminimal-toc from CFLAGS, add USES=gl gnome xorg
  
  powerpc64 doesn't need -mminimal-toc now.
  
  PR		240970
  Approved by:	portmgr

Modified:
  branches/2019Q4/x11-toolkits/qt5-gui/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- branches/2019Q4/x11-toolkits/qt5-gui/Makefile	Tue Oct  1 18:25:38 2019	(r513505)
+++ branches/2019Q4/x11-toolkits/qt5-gui/Makefile	Tue Oct  1 19:02:20 2019	(r513506)
@@ -25,7 +25,8 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
-USES=		compiler:c++11-lang jpeg localbase qmake:no_env qt-dist:5,base
+USES=		compiler:c++11-lang gl gnome jpeg localbase qmake:no_env \
+		qt-dist:5,base xorg
 USE_GL=		gl egl
 USE_GNOME=	glib20
 USE_QT=		core dbus network qmake_build buildtools_build
@@ -73,8 +74,6 @@ QT_CONFIG=	accessibility accessibility-atspi-bridge db
 RUN_DEPENDS+=	${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings \
 		xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype
 .endif
-
-CFLAGS_powerpc64=	-mminimal-toc
 
 post-configure:
 .for d in src/tools/qvkgen src/gui ${MORE_WRKSRCS}


More information about the svn-ports-all mailing list