Date: Tue, 23 Oct 2018 18:25:17 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482866 - head/sysutils/polkit-qt Message-ID: <201810231825.w9NIPHkq084122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Tue Oct 23 18:25:17 2018 New Revision: 482866 URL: https://svnweb.freebsd.org/changeset/ports/482866 Log: sysutils/polkit-qt: fix build with GCC-based architectures - while here: add missing USES=gnome. PR: 232559 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/sysutils/polkit-qt/Makefile Modified: head/sysutils/polkit-qt/Makefile ============================================================================== --- head/sysutils/polkit-qt/Makefile Tue Oct 23 18:13:04 2018 (r482865) +++ head/sysutils/polkit-qt/Makefile Tue Oct 23 18:25:17 2018 (r482866) @@ -20,7 +20,7 @@ LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit FLAVORS= qt4 qt5 FLAVOR?= ${FLAVORS:[1]} -USES= cmake:outsource pkgconfig tar:bzip2 +USES= cmake:outsource gnome pkgconfig tar:bzip2 USE_GNOME= glib20 CMAKE_OFF= BUILD_EXAMPLES \ BUILD_TEST @@ -34,7 +34,7 @@ CMAKE_ON+= USE_QT4 CMAKE_OFF+= USE_QT5 QTVER_SUFFIX= # empty . else -USES+= qt:5 +USES+= compiler:c++11-lang qt:5 USE_QT= core dbus gui widgets buildtools_build qmake_build CMAKE_ON+= USE_QT5 CMAKE_OFF+= USE_QT4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231825.w9NIPHkq084122>