1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

databases/mroonga: fix build with GCC-based architectures

This uses MySQL 5.7, which needs C11.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-08-15 20:32:30 +00:00
parent 3921be0964
commit 08b62e6393
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509052

View File

@ -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