Date: Fri, 2 Nov 2018 06:21:54 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483773 - head/audio/kid3-kde4 Message-ID: <201811020621.wA26Lscu086882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Nov 2 06:21:54 2018 New Revision: 483773 URL: https://svnweb.freebsd.org/changeset/ports/483773 Log: audio/kid3-[kf5|qt5]: Fix build on powerpc64 PR: 232893 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: IntegiCloud Modified: head/audio/kid3-kde4/Makefile Modified: head/audio/kid3-kde4/Makefile ============================================================================== --- head/audio/kid3-kde4/Makefile Fri Nov 2 05:55:06 2018 (r483772) +++ head/audio/kid3-kde4/Makefile Fri Nov 2 06:21:54 2018 (r483773) @@ -52,7 +52,7 @@ USE_QT+= corelib dbus gui network xml \ CMAKE_ON+= WITH_QT4 .else # KF5 and Qt5 -USES+= qt:5 +USES+= compiler:c++11-lang qt:5 USE_QT+= core dbus gui multimedia network xml widgets \ buildtools_build linguisttools_build qmake_build CMAKE_ON+= WITH_QT5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811020621.wA26Lscu086882>