Date: Tue, 1 Oct 2019 19:02:20 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r513506 - branches/2019Q4/x11-toolkits/qt5-gui Message-ID: <201910011902.x91J2KSK089085@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910011902.x91J2KSK089085>