Date: Thu, 15 Aug 2019 20:32: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: r509052 - head/databases/mroonga Message-ID: <201908152032.x7FKWU6Y058515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908152032.x7FKWU6Y058515>