svn commit: r541368 - branches/2020Q3/mail/claws-mail-litehtml_viewer

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 6 21:52:47 UTC 2020


Author: pkubaj
Date: Mon Jul  6 21:52:46 2020
New Revision: 541368
URL: https://svnweb.freebsd.org/changeset/ports/541368

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

Modified:
  branches/2020Q3/mail/claws-mail-litehtml_viewer/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/mail/claws-mail-litehtml_viewer/Makefile
==============================================================================
--- branches/2020Q3/mail/claws-mail-litehtml_viewer/Makefile	Mon Jul  6 21:51:44 2020	(r541367)
+++ branches/2020Q3/mail/claws-mail-litehtml_viewer/Makefile	Mon Jul  6 21:52:46 2020	(r541368)
@@ -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