Date: Fri, 2 Nov 2018 01:55:54 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483765 - head/multimedia/phonon Message-ID: <201811020155.wA21tsoA048128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Nov 2 01:55:53 2018 New Revision: 483765 URL: https://svnweb.freebsd.org/changeset/ports/483765 Log: Fix build on gcc-based archs. Approved by: portmgr (tier-2 blanket) Modified: head/multimedia/phonon/Makefile Modified: head/multimedia/phonon/Makefile ============================================================================== --- head/multimedia/phonon/Makefile Fri Nov 2 01:54:07 2018 (r483764) +++ head/multimedia/phonon/Makefile Fri Nov 2 01:55:53 2018 (r483765) @@ -22,7 +22,7 @@ qt5_PKGNAMESUFFIX= -qt5 qt4_PLIST= ${.CURDIR}/pkg-plist.qt4 qt5_PLIST= ${.CURDIR}/pkg-plist.qt5 -USES= cmake pathfix tar:xz +USES= cmake compiler:c++11-lang pathfix tar:xz CMAKE_ON= PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT \ PHONON_NO_PLATFORMPLUGIN CMAKE_OFF= PHONON_BUILD_DESIGNER_PLUGIN:BOOL=OFF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811020155.wA21tsoA048128>