mail/claws-mail-litehtml_viewer: fix build on GCC architectures

Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

MFH:		2020Q3 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-07-06 21:51:44 +00:00
parent 3dad88184b
commit 61da6a6c36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541367

View File

@ -5,6 +5,7 @@ PORTNAME= litehtml_viewer
COMMENT= Viewer plugin for HTML emails, using the litehtml library
USES+= compiler:c++11-lang
USE_GNOME= cairo glib20
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libgumbo.so:devel/gumbo \