diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-10-02 00:06:57 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-10-02 00:06:57 +0800 |
commit | 91d0345b69d79ce3d972419ed1a432bcba0cdd20 (patch) | |
tree | 0e310e1e66850dd816f0665e922cfab12b9e1f06 /x11-toolkits | |
parent | c10454d5cae76ee0036f304987ef36045bc35331 (diff) | |
download | freebsd-ports-gnome-91d0345b69d79ce3d972419ed1a432bcba0cdd20.tar.gz freebsd-ports-gnome-91d0345b69d79ce3d972419ed1a432bcba0cdd20.tar.zst freebsd-ports-gnome-91d0345b69d79ce3d972419ed1a432bcba0cdd20.zip |
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)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index f0ab12851097..1b894e1db1fb 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -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 @@ -74,8 +75,6 @@ RUN_DEPENDS+= ${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodin 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} ${MKDIR} ${WRKSRC}/${d} |