Date: Sat, 20 Oct 2018 16:17:18 +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: r482587 - head/www/qt5-websockets Message-ID: <201810201617.w9KGHIJR069044@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 16:17:18 2018 New Revision: 482587 URL: https://svnweb.freebsd.org/changeset/ports/482587 Log: www/qt5-websockets: fix build with GCC-based architectures PR: 232394 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/www/qt5-websockets/Makefile Modified: head/www/qt5-websockets/Makefile ============================================================================== --- head/www/qt5-websockets/Makefile Sat Oct 20 16:16:04 2018 (r482586) +++ head/www/qt5-websockets/Makefile Sat Oct 20 16:17:18 2018 (r482587) @@ -9,7 +9,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt implementation of WebSocket protocol USE_QT= buildtools_build core network -USES= qmake:norecursive qt-dist:5,websockets +USES= compiler:c++11-lang qmake:norecursive qt-dist:5,websockets USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201617.w9KGHIJR069044>