Date: Fri, 1 Feb 2019 21:42:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491867 - head/audio/dsbmixer Message-ID: <201902012142.x11Lgjl4015089@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 1 21:42:44 2019 New Revision: 491867 URL: https://svnweb.freebsd.org/changeset/ports/491867 Log: Fix build on powerpc - While I'm here, add USES=gl PR: 235359 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Modified: head/audio/dsbmixer/Makefile Modified: head/audio/dsbmixer/Makefile ============================================================================== --- head/audio/dsbmixer/Makefile Fri Feb 1 21:42:39 2019 (r491866) +++ head/audio/dsbmixer/Makefile Fri Feb 1 21:42:44 2019 (r491867) @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= dsbwrtsysctl:sysutils/dsbwrtsysctl -USES= qt:5 tar:tgz qmake - +USES= compiler:c++11-lang gl qmake qt:5 tar:tgz USE_GL= gl USE_QT= buildtools_build core gui linguisttools_build widgets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902012142.x11Lgjl4015089>