Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2020 22:40:09 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554857 - head/sysutils/bfs
Message-ID:  <202011102240.0AAMe9vq083060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Nov 10 22:40:09 2020
New Revision: 554857
URL: https://svnweb.freebsd.org/changeset/ports/554857

Log:
  sysutils/bfs: fix build on GCC architectures
  
  ctx.c:40: error: 'INT_MAX' undeclared (first use in this function)

Modified:
  head/sysutils/bfs/Makefile

Modified: head/sysutils/bfs/Makefile
==============================================================================
--- head/sysutils/bfs/Makefile	Tue Nov 10 20:04:49 2020	(r554856)
+++ head/sysutils/bfs/Makefile	Tue Nov 10 22:40:09 2020	(r554857)
@@ -14,7 +14,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 TEST_DEPENDS=	bash:shells/bash
 
-USES=		gmake shebangfix
+USES=		compiler:c11 gmake shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	tavianator
 SHEBANG_FILES=	tests.sh tests/*.sh



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