From f26bc9321b4bc6eaa8c17df3a8f89928c4761a2f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 8 Oct 2020 12:54:04 +0000 Subject: [PATCH] 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' MFH: 2020Q4 (fix build blanket) --- sysutils/edid-decode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/edid-decode/Makefile b/sysutils/edid-decode/Makefile index 08f3a37e5b4a..b64abdef5f51 100644 --- a/sysutils/edid-decode/Makefile +++ b/sysutils/edid-decode/Makefile @@ -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