Date: Tue, 1 Oct 2019 16:06:57 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513491 - head/x11-toolkits/qt5-gui Message-ID: <201910011606.x91G6vPH082097@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Oct 1 16:06:57 2019 New Revision: 513491 URL: https://svnweb.freebsd.org/changeset/ports/513491 Log: 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: tcberner (mentor, maintainer) Modified: head/x11-toolkits/qt5-gui/Makefile Modified: head/x11-toolkits/qt5-gui/Makefile ============================================================================== --- head/x11-toolkits/qt5-gui/Makefile Tue Oct 1 16:01:11 2019 (r513490) +++ head/x11-toolkits/qt5-gui/Makefile Tue Oct 1 16:06:57 2019 (r513491) @@ -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?201910011606.x91G6vPH082097>