From 938c98c7048dd447db01cf2ffa8c4a1fa63610af Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 26 Oct 2017 07:59:22 +0000 Subject: [PATCH] Fix build on mips by enforcing c99 --- print/indexinfo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile index 30e6abeaa422..f48898bbd6f8 100644 --- a/print/indexinfo/Makefile +++ b/print/indexinfo/Makefile @@ -10,6 +10,7 @@ COMMENT= Utility to regenerate the GNU info page index LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= bapt INSTALL_TARGET= install-strip