Add compiler:c++11-lang to USES to fix the following problem 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
db2ac97f4b
commit
cfc2d198c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504081
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_COMB= multi
|
|||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
|
||||
USES= gmake localbase ssl tar:bzip2
|
||||
USES= compiler:c++11-lang gmake localbase ssl tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/ophcrack
|
||||
|
|
Loading…
Reference in a new issue