From 6eb43147c9ea4a56133a505f225130036b90867d Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 19 Jul 2019 08:47:11 +0000 Subject: 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) --- deskutils/recoll/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deskutils/recoll') diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 4b0248c6cdc7..786c2e3fedfc 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -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 -- cgit v1.2.3