Date: Mon, 5 Nov 2018 17:25:00 +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: r484205 - head/audio/pc-mixer Message-ID: <201811051725.wA5HP0Th015139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Nov 5 17:25:00 2018 New Revision: 484205 URL: https://svnweb.freebsd.org/changeset/ports/484205 Log: This port needs USES=compiler:c++11-lang to build on GCC architectures. While here, add USES=gl. PR: 232694 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/audio/pc-mixer/Makefile Modified: head/audio/pc-mixer/Makefile ============================================================================== --- head/audio/pc-mixer/Makefile Mon Nov 5 17:22:16 2018 (r484204) +++ head/audio/pc-mixer/Makefile Mon Nov 5 17:25:00 2018 (r484205) @@ -13,7 +13,7 @@ WRKSRC_SUBDIR= src-qt5 MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 shebangfix tar:xz +USES= compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz USE_LDCONFIG= yes USE_QT= core gui network svg linguist \ buildtools x11extras widgets multimedia
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811051725.wA5HP0Th015139>