Date: Sat, 20 Oct 2018 16:58:02 +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: r482604 - head/sysutils/signon-qt5 Message-ID: <201810201658.w9KGw2ek092067@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 16:58:02 2018 New Revision: 482604 URL: https://svnweb.freebsd.org/changeset/ports/482604 Log: sysutils/signon-qt5: fix build with GCC-based architectures PR: 231961 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/sysutils/signon-qt5/Makefile Modified: head/sysutils/signon-qt5/Makefile ============================================================================== --- head/sysutils/signon-qt5/Makefile Sat Oct 20 16:51:28 2018 (r482603) +++ head/sysutils/signon-qt5/Makefile Sat Oct 20 16:58:02 2018 (r482604) @@ -12,7 +12,8 @@ COMMENT= D-Bus service performing user authentication LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext pathfix pkgconfig python qmake qt:5 tar:bz2 +USES= compiler:c++11-lang gettext pathfix pkgconfig python qmake \ + qt:5 tar:bz2 USE_QT= core dbus gui network sql testlib xml \ buildtools_build qmake_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201658.w9KGw2ek092067>