From 61f54fee4596e07fec0d1123961a6e1532b01911 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 6 May 2019 08:40:45 +0000 Subject: [PATCH] editors/wxhexeditor: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no typeIn file included from /usr/local/include/wx-3.0/wx/string.h:46, Approved by: mentors (implicit approval) --- editors/wxhexeditor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/wxhexeditor/Makefile b/editors/wxhexeditor/Makefile index 43274a7901fd..0aae74ff4ec5 100644 --- a/editors/wxhexeditor/Makefile +++ b/editors/wxhexeditor/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libudis86.so:devel/udis86 \ libmhash.so:security/mhash -USES= gettext-tools gmake tar:xz +USES= compiler:c++11-lang gettext-tools gmake tar:xz USE_WX= 3.0+ MAKE_ARGS= WXCONFIG="${WX_CONFIG}"