Date: Thu, 18 Jul 2019 17:53:30 +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: r506868 - head/textproc/sphinxsearch Message-ID: <201907181753.x6IHrUGq096295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jul 18 17:53:29 2019 New Revision: 506868 URL: https://svnweb.freebsd.org/changeset/ports/506868 Log: 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) Modified: head/textproc/sphinxsearch/Makefile Modified: head/textproc/sphinxsearch/Makefile ============================================================================== --- head/textproc/sphinxsearch/Makefile Thu Jul 18 17:53:02 2019 (r506867) +++ head/textproc/sphinxsearch/Makefile Thu Jul 18 17:53:29 2019 (r506868) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907181753.x6IHrUGq096295>