aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-06 21:52:46 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-06 21:52:46 +0000
commita5106836aee69294e354c9ea02613660dc44ff7b (patch)
tree185a1fd56fae4e1a52969d2f1fd9e17daa60c308 /mail
parent8e7ac5c97a80f13fa2dfc9c31a2ab2d01d4c81dc (diff)
downloadports-a5106836aee69294e354c9ea02613660dc44ff7b.tar.gz
ports-a5106836aee69294e354c9ea02613660dc44ff7b.zip
MFH: r541367
mail/claws-mail-litehtml_viewer: fix build on GCC architectures Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=541368
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail-litehtml_viewer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/claws-mail-litehtml_viewer/Makefile b/mail/claws-mail-litehtml_viewer/Makefile
index fb3ecec0f0d2..74346cb6bf15 100644
--- a/mail/claws-mail-litehtml_viewer/Makefile
+++ b/mail/claws-mail-litehtml_viewer/Makefile
@@ -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 \