mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
1e816c1ae5
commit
43c60fc544
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496132
@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE
|
|||||||
BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi
|
BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi
|
||||||
LIB_DEPENDS= libumidi20.so:audio/libumidi
|
LIB_DEPENDS= libumidi20.so:audio/libumidi
|
||||||
|
|
||||||
USES= gl qmake qt:5 tar:bzip2
|
USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_QT= buildtools_build core gui network printsupport widgets
|
USE_QT= buildtools_build core gui network printsupport widgets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user