mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
3e29b045e9
commit
cb753cc708
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557443
@ -13,8 +13,8 @@ LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
USES= desktop-file-utils gl libarchive pkgconfig qmake qt:5 \
|
||||
shared-mime-info
|
||||
USES= compiler:c++11-lang desktop-file-utils gl libarchive pkgconfig \
|
||||
qmake qt:5 shared-mime-info
|
||||
USE_GL= gl
|
||||
USE_QT= buildtools_build core gui network widgets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user