MFH: r551703
sysutils/edid-decode: fix build on GCC architectures Use C++11 compiler: edid-decode.cpp: In member function 'std::string edid_state::dtd_type(unsigned int)': edid-decode.cpp:195: error: 'to_string' is not a member of 'std' Approved by: portmgr (fix build blanket)
This commit is contained in:
parent
24459600ea
commit
0a08c8ee26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=551704
@ -11,7 +11,7 @@ COMMENT= Decodes binary EDID information from monitors
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gmake tar:xz
|
||||
USES= compiler:c++11-lang gmake tar:xz
|
||||
|
||||
PLIST_FILES= bin/edid-decode \
|
||||
man/man1/edid-decode.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user