svn commit: r527148 - head/textproc/redisearch

Mark Linimon linimon at FreeBSD.org
Wed Feb 26 03:00:41 UTC 2020


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


More information about the svn-ports-head mailing list