mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
USES=compiler:c++11-lang is necessary to fix build on GCC-based
architectures. PR: 232834 Submitted by: Piotr Kubaj Approved by: maintainer
This commit is contained in:
parent
2c4a225a3a
commit
ab6629358b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484657
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ COMMENT= Complete front-end based on Qt for mplayer
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/Copying.txt
|
||||
|
||||
USES= cpe desktop-file-utils dos2unix gmake qmake tar:bzip2
|
||||
USES= cpe compiler:c++11-lang desktop-file-utils dos2unix gmake \
|
||||
qmake tar:bzip2
|
||||
USE_XORG= x11
|
||||
|
||||
CPE_VENDOR= ricardo_villalba
|
||||
|
|
Loading…
Add table
Reference in a new issue