svn commit: r509052 - head/databases/mroonga

Piotr Kubaj pkubaj at FreeBSD.org
Thu Aug 15 20:32:31 UTC 2019


Author: pkubaj
Date: Thu Aug 15 20:32:30 2019
New Revision: 509052
URL: https://svnweb.freebsd.org/changeset/ports/509052

Log:
  databases/mroonga: fix build with GCC-based architectures
  
  This uses MySQL 5.7, which needs C11.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/databases/mroonga/Makefile

Modified: head/databases/mroonga/Makefile
==============================================================================
--- head/databases/mroonga/Makefile	Thu Aug 15 20:29:23 2019	(r509051)
+++ head/databases/mroonga/Makefile	Thu Aug 15 20:32:30 2019	(r509052)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 BUILD_DEPENDS=	${NONEXISTENT}:${_MYSQL_SERVER}:configure
 LIB_DEPENDS=	libgroonga.so:textproc/groonga
 
-USES=		libtool mysql pkgconfig
+USES=		compiler:c11 libtool mysql pkgconfig
 
 IGNORE_WITH_MYSQL=	101m 102m 103m 57p 57w
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list