Date: Fri, 19 Jul 2019 08:47:11 +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: r506913 - head/deskutils/recoll Message-ID: <201907190847.x6J8lBjE024719@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jul 19 08:47:11 2019 New Revision: 506913 URL: https://svnweb.freebsd.org/changeset/ports/506913 Log: deskutils/recoll: fix build on GCC architectures Needs C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Modified: head/deskutils/recoll/Makefile Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Fri Jul 19 08:30:03 2019 (r506912) +++ head/deskutils/recoll/Makefile Fri Jul 19 08:47:11 2019 (r506913) @@ -20,7 +20,8 @@ RUN_DEPENDS= unrar:archivers/unrar \ wpd2html:textproc/libwpd010 \ unrtf:textproc/unrtf -USES= bison gmake gnome iconv libtool localbase python:2.7 shebangfix +USES= bison compiler:c++11-lang gmake gnome iconv libtool localbase \ + python:2.7 shebangfix USE_GNOME= libxslt USE_LDCONFIG= yes USE_PYTHON= py3kplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907190847.x6J8lBjE024719>