mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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" This port was previously blocked on such systems by compat6x, but that dependency has been removed. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
dd88cfff3d
commit
bd83559872
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536817
@ -13,7 +13,7 @@ LICENSE= GPLv3
|
||||
BUILD_DEPENDS= unzip:archivers/unzip
|
||||
RUN_DEPENDS= dot:graphics/graphviz
|
||||
|
||||
USES= gmake perl5 shebangfix
|
||||
USES= compiler:c++11-lang gmake perl5 shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dspinellis dspinellis:swill,btyacc
|
||||
GH_PROJECT= cscout swill:swill btyacc:btyacc
|
||||
|
Loading…
Reference in New Issue
Block a user