svn commit: r491867 - head/audio/dsbmixer
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 1 21:42:53 UTC 2019
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 at anongoth.pl>
Approved by: Marcel Kaiser <mk at 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
More information about the svn-ports-all
mailing list