Date: Mon, 6 Jul 2020 21:51:44 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541367 - head/mail/claws-mail-litehtml_viewer Message-ID: <202007062151.066LpiT9081380@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007062151.066LpiT9081380>