From aea61877e199a48bf62aff36375171ae63f9351f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 18 Jul 2019 17:53:29 +0000 Subject: textproc/sphinxsearch: fix build on GCC architectures New GCC is required: The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: mentors (implicit approval) --- textproc/sphinxsearch/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textproc/sphinxsearch') diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 5b677c23f3e0..9dc73c5a378d 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -19,6 +19,8 @@ COMMENT= Sphinx Full-Text Search Engine LICENSE= GPLv2 +USES= compiler:c++11-lang + # If expat is present on the system and configure finds it, it will # unconditionally link the output binary against it. There's no way # of turning this off. So for consistency, make sure it's always on. -- cgit v1.2.3