svn commit: r554857 - head/sysutils/bfs

Piotr Kubaj pkubaj at FreeBSD.org
Tue Nov 10 22:40:09 UTC 2020


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


More information about the svn-ports-all mailing list