svn commit: r541367 - head/mail/claws-mail-litehtml_viewer

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 6 21:51:45 UTC 2020


Author: pkubaj
Date: Mon Jul  6 21:51:44 2020
New Revision: 541367
URL: https://svnweb.freebsd.org/changeset/ports/541367

Log:
  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)

Modified:
  head/mail/claws-mail-litehtml_viewer/Makefile

Modified: head/mail/claws-mail-litehtml_viewer/Makefile
==============================================================================
--- head/mail/claws-mail-litehtml_viewer/Makefile	Mon Jul  6 21:46:07 2020	(r541366)
+++ head/mail/claws-mail-litehtml_viewer/Makefile	Mon Jul  6 21:51:44 2020	(r541367)
@@ -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 \


More information about the svn-ports-all mailing list