svn commit: r559313 - head/devel/got

Piotr Kubaj pkubaj at FreeBSD.org
Sat Dec 26 21:53:53 UTC 2020


Author: pkubaj
Date: Sat Dec 26 21:53:52 2020
New Revision: 559313
URL: https://svnweb.freebsd.org/changeset/ports/559313

Log:
  devel/got: fix build on GCC architectures
  
  /wrkdirs/usr/ports/devel/got/work/got-0.45/got/../lib/diffreg.c:51: error: initializer element is not constant

Modified:
  head/devel/got/Makefile

Modified: head/devel/got/Makefile
==============================================================================
--- head/devel/got/Makefile	Sat Dec 26 21:19:29 2020	(r559312)
+++ head/devel/got/Makefile	Sat Dec 26 21:53:52 2020	(r559313)
@@ -11,7 +11,7 @@ COMMENT=	Game of Trees version control system
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		uidfix
+USES=		compiler:c11 uidfix
 
 n=		${.newline}
 post-extract:


More information about the svn-ports-all mailing list