aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpkubaj <pkubaj@FreeBSD.org>2019-08-16 04:32:30 +0800
committerpkubaj <pkubaj@FreeBSD.org>2019-08-16 04:32:30 +0800
commit1cbc95476f5d045e8acd2501fde4ff76717169d1 (patch)
tree2197715038581874bbf01d17f85c5fb6d0d67080 /databases
parente37a1d0ba6959df638910ecc678f4de8824cd414 (diff)
downloadfreebsd-ports-gnome-1cbc95476f5d045e8acd2501fde4ff76717169d1.tar.gz
freebsd-ports-gnome-1cbc95476f5d045e8acd2501fde4ff76717169d1.tar.zst
freebsd-ports-gnome-1cbc95476f5d045e8acd2501fde4ff76717169d1.zip
databases/mroonga: fix build with GCC-based architectures
This uses MySQL 5.7, which needs C11. Approved by: mentors (implicit approval)
Diffstat (limited to 'databases')
-rw-r--r--databases/mroonga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mroonga/Makefile b/databases/mroonga/Makefile
index dd3a6a5c312c..dd7f22c494fe 100644
--- a/databases/mroonga/Makefile
+++ b/databases/mroonga/Makefile
@@ -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