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)
This commit is contained in:
Piotr Kubaj 2019-05-06 08:40:45 +00:00
parent 8db9e11bfe
commit 61f54fee45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500900

View File

@ -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}"