svn commit: r452908 - head/print/indexinfo

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 26 07:59:23 UTC 2017


Author: bapt
Date: Thu Oct 26 07:59:22 2017
New Revision: 452908
URL: https://svnweb.freebsd.org/changeset/ports/452908

Log:
  Fix build on mips by enforcing c99

Modified:
  head/print/indexinfo/Makefile

Modified: head/print/indexinfo/Makefile
==============================================================================
--- head/print/indexinfo/Makefile	Thu Oct 26 07:48:15 2017	(r452907)
+++ head/print/indexinfo/Makefile	Thu Oct 26 07:59:22 2017	(r452908)
@@ -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


More information about the svn-ports-all mailing list