Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2017 07:59:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452908 - head/print/indexinfo
Message-ID:  <201710260759.v9Q7xMXq031577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710260759.v9Q7xMXq031577>