Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 03:00:41 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527148 - head/textproc/redisearch
Message-ID:  <202002260300.01Q30f3b075537@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Feb 26 03:00:41 2020
New Revision: 527148
URL: https://svnweb.freebsd.org/changeset/ports/527148

Log:
  Fix build on GCC-based systems by specifying modern compiler:
  
    cc1: error: unrecognized command line option "-Wno-unused-result"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/redisearch/Makefile

Modified: head/textproc/redisearch/Makefile
==============================================================================
--- head/textproc/redisearch/Makefile	Wed Feb 26 00:51:47 2020	(r527147)
+++ head/textproc/redisearch/Makefile	Wed Feb 26 03:00:41 2020	(r527148)
@@ -14,7 +14,7 @@ LICENSE_NAME=	Redis Source Available License Agreement
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	RediSearch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002260300.01Q30f3b075537>